pub struct ExclamationEqual {}Trait Implementations§
Source§impl Clone for ExclamationEqual
impl Clone for ExclamationEqual
Source§fn clone(&self) -> ExclamationEqual
fn clone(&self) -> ExclamationEqual
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExclamationEqual
impl Debug for ExclamationEqual
Source§impl PartialEq for ExclamationEqual
impl PartialEq for ExclamationEqual
Source§fn eq(&self, other: &ExclamationEqual) -> bool
fn eq(&self, other: &ExclamationEqual) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExclamationEqual
Auto Trait Implementations§
impl Freeze for ExclamationEqual
impl RefUnwindSafe for ExclamationEqual
impl Send for ExclamationEqual
impl Sync for ExclamationEqual
impl Unpin for ExclamationEqual
impl UnsafeUnpin for ExclamationEqual
impl UnwindSafe for ExclamationEqual
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