pub struct Sorted {}Expand description
Sorted
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sorted
impl RefUnwindSafe for Sorted
impl Send for Sorted
impl Sync for Sorted
impl Unpin for Sorted
impl UnwindSafe for Sorted
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