pub struct InsertionSort;Expand description
Trait Implementations§
Source§impl SortingAlgorithm for InsertionSort
impl SortingAlgorithm for InsertionSort
Auto Trait Implementations§
impl Freeze for InsertionSort
impl RefUnwindSafe for InsertionSort
impl Send for InsertionSort
impl Sync for InsertionSort
impl Unpin for InsertionSort
impl UnwindSafe for InsertionSort
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