pub struct TableInfoEntry {
pub stats: TableStats,
pub metadata: Option<TableMetadata>,
}Expand description
Per-table stats + metadata for DatabaseInfo.
Fields§
§stats: TableStats§metadata: Option<TableMetadata>Trait Implementations§
Source§impl Clone for TableInfoEntry
impl Clone for TableInfoEntry
Source§fn clone(&self) -> TableInfoEntry
fn clone(&self) -> TableInfoEntry
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 moreAuto Trait Implementations§
impl Freeze for TableInfoEntry
impl RefUnwindSafe for TableInfoEntry
impl Send for TableInfoEntry
impl Sync for TableInfoEntry
impl Unpin for TableInfoEntry
impl UnsafeUnpin for TableInfoEntry
impl UnwindSafe for TableInfoEntry
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