pub struct MinRev(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for MinRev
impl Ord for MinRev
Source§impl PartialOrd for MinRev
impl PartialOrd for MinRev
impl Copy for MinRev
impl Eq for MinRev
impl StructuralPartialEq for MinRev
Auto Trait Implementations§
impl Freeze for MinRev
impl RefUnwindSafe for MinRev
impl Send for MinRev
impl Sync for MinRev
impl Unpin for MinRev
impl UnwindSafe for MinRev
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