pub struct UsizeMinCtx;Expand description
OrdContext<usize> that orders elements from smallest to largest
(min-heap).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UsizeMinCtx
impl RefUnwindSafe for UsizeMinCtx
impl Send for UsizeMinCtx
impl Sync for UsizeMinCtx
impl Unpin for UsizeMinCtx
impl UnsafeUnpin for UsizeMinCtx
impl UnwindSafe for UsizeMinCtx
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