pub struct PropertyPredicate;Expand description
Compares an exact integer property with a declarative integer literal.
Trait Implementations§
Source§impl RuleCapability for PropertyPredicate
impl RuleCapability for PropertyPredicate
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 PropertyPredicate
impl RefUnwindSafe for PropertyPredicate
impl Send for PropertyPredicate
impl Sync for PropertyPredicate
impl Unpin for PropertyPredicate
impl UnwindSafe for PropertyPredicate
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