pub struct TimSort<T, F>{ /* private fields */ }Expand description
TimSort state for an ongoing sort operation.
Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for TimSort<T, F>where
F: Freeze,
impl<T, F> RefUnwindSafe for TimSort<T, F>where
F: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, F> Send for TimSort<T, F>
impl<T, F> Sync for TimSort<T, F>
impl<T, F> Unpin for TimSort<T, F>
impl<T, F> UnsafeUnpin for TimSort<T, F>where
F: UnsafeUnpin,
impl<T, F> UnwindSafe for TimSort<T, F>where
F: UnwindSafe,
T: UnwindSafe,
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