pub struct DefaultRuleCompiler;Trait Implementations§
Source§impl Default for DefaultRuleCompiler
impl Default for DefaultRuleCompiler
Source§fn default() -> DefaultRuleCompiler
fn default() -> DefaultRuleCompiler
Returns the “default value” for a type. Read more
Source§impl RuleCompiler for DefaultRuleCompiler
impl RuleCompiler for DefaultRuleCompiler
fn compile( &self, schema: &Schema, program: &RuleProgram, ) -> Result<CompiledProgram, CompileError>
Auto Trait Implementations§
impl Freeze for DefaultRuleCompiler
impl RefUnwindSafe for DefaultRuleCompiler
impl Send for DefaultRuleCompiler
impl Sync for DefaultRuleCompiler
impl Unpin for DefaultRuleCompiler
impl UnwindSafe for DefaultRuleCompiler
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more