pub struct RuleBasedBackend;Trait Implementations§
Source§impl DecisionBackend for RuleBasedBackend
impl DecisionBackend for RuleBasedBackend
fn evaluate(&self, context: &StructuredContext) -> DecisionBackendResult
Auto Trait Implementations§
impl Freeze for RuleBasedBackend
impl RefUnwindSafe for RuleBasedBackend
impl Send for RuleBasedBackend
impl Sync for RuleBasedBackend
impl Unpin for RuleBasedBackend
impl UnsafeUnpin for RuleBasedBackend
impl UnwindSafe for RuleBasedBackend
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