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