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