pub struct SortFamily;Expand description
A family of algorithms for a specific task
Implementations§
Auto Trait Implementations§
impl Freeze for SortFamily
impl RefUnwindSafe for SortFamily
impl Send for SortFamily
impl Sync for SortFamily
impl Unpin for SortFamily
impl UnwindSafe for SortFamily
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