pub struct NotEqual;Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotEqual
impl RefUnwindSafe for NotEqual
impl Send for NotEqual
impl Sync for NotEqual
impl Unpin for NotEqual
impl UnsafeUnpin for NotEqual
impl UnwindSafe for NotEqual
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