pub enum RelationOp {
LessThan,
LessThanEq,
GreaterThan,
GreaterThanEq,
Equals,
NotEquals,
In,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RelationOp
impl RefUnwindSafe for RelationOp
impl Send for RelationOp
impl Sync for RelationOp
impl Unpin for RelationOp
impl UnwindSafe for RelationOp
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