pub struct SortingStats { /* private fields */ }Trait Implementations§
Source§impl Clone for SortingStats
impl Clone for SortingStats
Source§fn clone(&self) -> SortingStats
fn clone(&self) -> SortingStats
Returns a duplicate 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 moreSource§impl Debug for SortingStats
impl Debug for SortingStats
Source§impl Default for SortingStats
impl Default for SortingStats
Source§fn default() -> SortingStats
fn default() -> SortingStats
Returns the “default value” for a type. Read more
Source§impl PartialEq for SortingStats
impl PartialEq for SortingStats
Source§impl SortingStatsTrait for SortingStats
impl SortingStatsTrait for SortingStats
impl Copy for SortingStats
impl Eq for SortingStats
impl StructuralPartialEq for SortingStats
Auto Trait Implementations§
impl Freeze for SortingStats
impl RefUnwindSafe for SortingStats
impl Send for SortingStats
impl Sync for SortingStats
impl Unpin for SortingStats
impl UnsafeUnpin for SortingStats
impl UnwindSafe for SortingStats
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