pub enum Condition {
And,
Or,
DifferentThan,
SuperDifferentThan,
EqualTo,
SuperEqualTo,
SuperiorThan,
SuperiorOrEqualTo,
InferiorThan,
InferiorOrEqualTo,
}Variants§
And
Or
DifferentThan
SuperDifferentThan
EqualTo
SuperEqualTo
SuperiorThan
SuperiorOrEqualTo
InferiorThan
InferiorOrEqualTo
Trait Implementations§
impl Copy for Condition
impl Eq for Condition
Source§impl Ord for Condition
impl Ord for Condition
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Condition
impl PartialOrd for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnsafeUnpin for Condition
impl UnwindSafe for Condition
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