pub enum FindOp {
Eq,
NotEq,
Gt,
Lt,
}Variants§
Auto Trait Implementations§
impl Freeze for FindOp
impl RefUnwindSafe for FindOp
impl Send for FindOp
impl Sync for FindOp
impl Unpin for FindOp
impl UnwindSafe for FindOp
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