pub struct DataSort { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for DataSort
impl RefUnwindSafe for DataSort
impl Send for DataSort
impl Sync for DataSort
impl Unpin for DataSort
impl UnsafeUnpin for DataSort
impl UnwindSafe for DataSort
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