pub enum ConditionOp {
Equals,
NotEquals,
}Variants§
Trait Implementations§
Source§impl Clone for ConditionOp
impl Clone for ConditionOp
Source§fn clone(&self) -> ConditionOp
fn clone(&self) -> ConditionOp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ConditionOp
impl Debug for ConditionOp
Source§impl PartialEq for ConditionOp
impl PartialEq for ConditionOp
impl StructuralPartialEq for ConditionOp
Auto Trait Implementations§
impl Freeze for ConditionOp
impl RefUnwindSafe for ConditionOp
impl Send for ConditionOp
impl Sync for ConditionOp
impl Unpin for ConditionOp
impl UnwindSafe for ConditionOp
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