pub struct ExpressionPredicate { /* private fields */ }Expand description
An expression-based predicate that evaluates logical expressions.
This predicate can evaluate complex expressions involving variables, properties, and operators.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExpressionPredicate
impl !RefUnwindSafe for ExpressionPredicate
impl Send for ExpressionPredicate
impl Sync for ExpressionPredicate
impl Unpin for ExpressionPredicate
impl !UnwindSafe for ExpressionPredicate
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