Struct TableStats
pub struct TableStats { /* private fields */ }Expand description
Basic table statistics.
Implementations§
Trait Implementations§
§impl Clone for TableStats
impl Clone for TableStats
§fn clone(&self) -> TableStats
fn clone(&self) -> TableStats
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 more§impl Debug for TableStats
impl Debug for TableStats
§impl Default for TableStats
impl Default for TableStats
§fn default() -> TableStats
fn default() -> TableStats
Returns the “default value” for a type. Read more
§impl Hash for TableStats
impl Hash for TableStats
§impl Ord for TableStats
impl Ord for TableStats
§impl PartialEq for TableStats
impl PartialEq for TableStats
§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