pub struct PropertyExists;Expand description
Requires an exactly resolved property to be present.
Trait Implementations§
Source§impl RuleCapability for PropertyExists
impl RuleCapability for PropertyExists
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 PropertyExists
impl RefUnwindSafe for PropertyExists
impl Send for PropertyExists
impl Sync for PropertyExists
impl Unpin for PropertyExists
impl UnwindSafe for PropertyExists
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