pub struct SortedVar(/* private fields */);
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SortedVar
impl RefUnwindSafe for SortedVar
impl Send for SortedVar
impl Sync for SortedVar
impl Unpin for SortedVar
impl UnwindSafe for SortedVar
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