pub struct SemiNaiveRuntime;Trait Implementations§
Source§impl Default for SemiNaiveRuntime
impl Default for SemiNaiveRuntime
Source§fn default() -> SemiNaiveRuntime
fn default() -> SemiNaiveRuntime
Returns the “default value” for a type. Read more
Source§impl RuleRuntime for SemiNaiveRuntime
impl RuleRuntime for SemiNaiveRuntime
fn evaluate( &self, state: &ResolvedState, program: &CompiledProgram, ) -> Result<DerivedSet, RuntimeError>
Auto Trait Implementations§
impl Freeze for SemiNaiveRuntime
impl RefUnwindSafe for SemiNaiveRuntime
impl Send for SemiNaiveRuntime
impl Sync for SemiNaiveRuntime
impl Unpin for SemiNaiveRuntime
impl UnwindSafe for SemiNaiveRuntime
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