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