pub enum ListInOp {
In,
NotIn,
}Variants§
Implementations§
Trait Implementations§
impl Eq for ListInOp
impl StructuralPartialEq for ListInOp
Auto Trait Implementations§
impl Freeze for ListInOp
impl RefUnwindSafe for ListInOp
impl Send for ListInOp
impl Sync for ListInOp
impl Unpin for ListInOp
impl UnwindSafe for ListInOp
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