Struct std_ext::wrapper::EqOrdWrapper
source · pub struct EqOrdWrapper<T>(/* private fields */);
Trait Implementations§
source§impl<T> Deref for EqOrdWrapper<T>
impl<T> Deref for EqOrdWrapper<T>
source§impl<T> DerefMut for EqOrdWrapper<T>
impl<T> DerefMut for EqOrdWrapper<T>
source§impl<T> Ord for EqOrdWrapper<T>
impl<T> Ord for EqOrdWrapper<T>
source§impl<T> PartialEq for EqOrdWrapper<T>
impl<T> PartialEq for EqOrdWrapper<T>
source§impl<T> PartialOrd for EqOrdWrapper<T>
impl<T> PartialOrd for EqOrdWrapper<T>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl<T> Eq for EqOrdWrapper<T>
Auto Trait Implementations§
impl<T> RefUnwindSafe for EqOrdWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for EqOrdWrapper<T>where
T: Send,
impl<T> Sync for EqOrdWrapper<T>where
T: Sync,
impl<T> Unpin for EqOrdWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for EqOrdWrapper<T>where
T: UnwindSafe,
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