pub struct NOT_EQUAL { /* private fields */ }Trait Implementations§
Source§impl Deref for NOT_EQUAL
impl Deref for NOT_EQUAL
Source§type Target = Comparison
type Target = Comparison
The resulting type after dereferencing.
Source§fn deref(&self) -> &Comparison
fn deref(&self) -> &Comparison
Dereferences the value.
impl LazyStatic for NOT_EQUAL
Auto Trait Implementations§
impl Freeze for NOT_EQUAL
impl RefUnwindSafe for NOT_EQUAL
impl Send for NOT_EQUAL
impl Sync for NOT_EQUAL
impl Unpin for NOT_EQUAL
impl UnwindSafe for NOT_EQUAL
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