pub struct TableStats { /* private fields */ }Expand description
Basic table statistics.
Implementations§
Trait Implementations§
Source§impl Clone for TableStats
impl Clone for TableStats
Source§fn clone(&self) -> TableStats
fn clone(&self) -> TableStats
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableStats
impl Debug for TableStats
Source§impl Default for TableStats
impl Default for TableStats
Source§fn default() -> TableStats
fn default() -> TableStats
Returns the “default value” for a type. Read more
Source§impl Hash for TableStats
impl Hash for TableStats
Source§impl Ord for TableStats
impl Ord for TableStats
Source§fn cmp(&self, other: &TableStats) -> Ordering
fn cmp(&self, other: &TableStats) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for TableStats
impl PartialEq for TableStats
Source§fn eq(&self, other: &TableStats) -> bool
fn eq(&self, other: &TableStats) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TableStats
impl PartialOrd for TableStats
impl Copy for TableStats
impl Eq for TableStats
impl StructuralPartialEq for TableStats
Auto Trait Implementations§
impl Freeze for TableStats
impl RefUnwindSafe for TableStats
impl Send for TableStats
impl Sync for TableStats
impl Unpin for TableStats
impl UnsafeUnpin for TableStats
impl UnwindSafe for TableStats
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