pub struct EQUAL { /* private fields */ }Trait Implementations§
Source§impl Deref for EQUAL
impl Deref for 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 EQUAL
Auto Trait Implementations§
impl Freeze for EQUAL
impl RefUnwindSafe for EQUAL
impl Send for EQUAL
impl Sync for EQUAL
impl Unpin for EQUAL
impl UnwindSafe for 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