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