pub struct NeOperator { /* private fields */ }Expand description
Not equal operator.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NeOperator
impl RefUnwindSafe for NeOperator
impl Send for NeOperator
impl Sync for NeOperator
impl Unpin for NeOperator
impl UnwindSafe for NeOperator
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