pub struct Then<M, N> { /* private fields */ }
Trait Implementations§
Source§impl<M: Ord, N: Ord> Ord for Then<M, N>
impl<M: Ord, N: Ord> Ord for Then<M, N>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<M: PartialOrd, N: PartialOrd> PartialOrd for Then<M, N>
impl<M: PartialOrd, N: PartialOrd> PartialOrd for Then<M, N>
impl<M: Copy, N: Copy> Copy for Then<M, N>
impl<M: Eq, N: Eq> Eq for Then<M, N>
impl<M, N> StructuralPartialEq for Then<M, N>
Auto Trait Implementations§
impl<M, N> Freeze for Then<M, N>
impl<M, N> RefUnwindSafe for Then<M, N>where
M: RefUnwindSafe,
N: RefUnwindSafe,
impl<M, N> Send for Then<M, N>
impl<M, N> Sync for Then<M, N>
impl<M, N> Unpin for Then<M, N>
impl<M, N> UnwindSafe for Then<M, N>where
M: UnwindSafe,
N: 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