pub struct Eq;
Expand description
The implementation of the standard eq
function.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Eq
impl RefUnwindSafe for Eq
impl Send for Eq
impl Sync for Eq
impl Unpin for Eq
impl UnwindSafe for Eq
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