pub struct MinMax<T> { /* private fields */ }Expand description
An ordered pair whose first value is <= to the second.
Implementations§
Trait Implementations§
impl<T: Copy> Copy for MinMax<T>
Auto Trait Implementations§
impl<T> Freeze for MinMax<T>where
T: Freeze,
impl<T> RefUnwindSafe for MinMax<T>where
T: RefUnwindSafe,
impl<T> Send for MinMax<T>where
T: Send,
impl<T> Sync for MinMax<T>where
T: Sync,
impl<T> Unpin for MinMax<T>where
T: Unpin,
impl<T> UnwindSafe for MinMax<T>where
T: UnwindSafe,
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)