pub struct DatabaseStatistics { /* private fields */ }
Expand description
Contains database statistics
Implementations§
Trait Implementations§
Source§impl AsRef<DatabaseStatistics> for DatabaseStatistics
impl AsRef<DatabaseStatistics> for DatabaseStatistics
Source§fn as_ref(&self) -> &DatabaseStatistics
fn as_ref(&self) -> &DatabaseStatistics
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for DatabaseStatistics
impl Clone for DatabaseStatistics
Source§fn clone(&self) -> DatabaseStatistics
fn clone(&self) -> DatabaseStatistics
Returns a copy 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 DatabaseStatistics
impl Debug for DatabaseStatistics
Source§impl Default for DatabaseStatistics
impl Default for DatabaseStatistics
Source§fn default() -> DatabaseStatistics
fn default() -> DatabaseStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatabaseStatistics
impl<'de> Deserialize<'de> for DatabaseStatistics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DatabaseStatistics
impl RefUnwindSafe for DatabaseStatistics
impl Send for DatabaseStatistics
impl Sync for DatabaseStatistics
impl Unpin for DatabaseStatistics
impl UnwindSafe for DatabaseStatistics
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