pub struct BooleanPropertyEquals;Expand description
Compares an exactly resolved boolean property with a declarative value.
Trait Implementations§
Source§impl RuleCapability for BooleanPropertyEquals
impl RuleCapability for BooleanPropertyEquals
Source§fn parameters(&self) -> Vec<ParameterDescriptor>
fn parameters(&self) -> Vec<ParameterDescriptor>
Strict accepted parameters.
Source§fn evaluate(
&self,
context: &RuleContext<'_>,
rule: &CompiledRule,
) -> CapabilityEvaluation
fn evaluate( &self, context: &RuleContext<'_>, rule: &CompiledRule, ) -> CapabilityEvaluation
Evaluates an already-validated rule request.
Auto Trait Implementations§
impl Freeze for BooleanPropertyEquals
impl RefUnwindSafe for BooleanPropertyEquals
impl Send for BooleanPropertyEquals
impl Sync for BooleanPropertyEquals
impl Unpin for BooleanPropertyEquals
impl UnwindSafe for BooleanPropertyEquals
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