pub struct PropertyComparison;Expand description
Compares a property on relationship-selected candidates with a property on each checked object.
Trait Implementations§
Source§impl RuleCapability for PropertyComparison
impl RuleCapability for PropertyComparison
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 PropertyComparison
impl RefUnwindSafe for PropertyComparison
impl Send for PropertyComparison
impl Sync for PropertyComparison
impl Unpin for PropertyComparison
impl UnwindSafe for PropertyComparison
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