pub struct Max<S>(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Max<S>
impl<S> RefUnwindSafe for Max<S>
impl<S> Send for Max<S>
impl<S> Sync for Max<S>
impl<S> Unpin for Max<S>
impl<S> UnwindSafe for Max<S>
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