pub struct Eq<T>(/* private fields */)
where
T: ?Sized;Expand description
The Eq mapper returned by eq()
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Eq<T>
impl<T> RefUnwindSafe for Eq<T>where
T: RefUnwindSafe + ?Sized,
impl<T> Send for Eq<T>
impl<T> Sync for Eq<T>
impl<T> Unpin for Eq<T>
impl<T> UnsafeUnpin for Eq<T>where
T: UnsafeUnpin + ?Sized,
impl<T> UnwindSafe for Eq<T>where
T: UnwindSafe + ?Sized,
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