Struct core::slice::sort::TimSortRun
source · pub struct TimSortRun { /* private fields */ }
🔬This is a nightly-only experimental API. (
slice_internals
)Expand description
Internal type used by merge_sort.
Trait Implementations§
source§impl Clone for TimSortRun
impl Clone for TimSortRun
source§fn clone(&self) -> TimSortRun
fn clone(&self) -> TimSortRun
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more