pub struct MinInt;Expand description
Integer min: min(a, b) for integer types
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MinInt
impl RefUnwindSafe for MinInt
impl Send for MinInt
impl Sync for MinInt
impl Unpin for MinInt
impl UnwindSafe for MinInt
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