pub enum LessBinaryConditionOperatorKind {
GreaterThan,
GreaterThanOrEqual,
LessThan,
LessThanOrEqual,
Equal,
EqualOrGreaterThan,
EqualOrLessThan,
And,
Or,
}Variants§
GreaterThan
GreaterThanOrEqual
LessThan
LessThanOrEqual
Equal
EqualOrGreaterThan
EqualOrLessThan
And
Or
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LessBinaryConditionOperatorKind
impl RefUnwindSafe for LessBinaryConditionOperatorKind
impl Send for LessBinaryConditionOperatorKind
impl Sync for LessBinaryConditionOperatorKind
impl Unpin for LessBinaryConditionOperatorKind
impl UnsafeUnpin for LessBinaryConditionOperatorKind
impl UnwindSafe for LessBinaryConditionOperatorKind
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