pub struct DatastoreStatistics {
pub size: Option<EstimatedResourceSize>,
}Expand description
Statistical information about the data store.
Fields§
§size: Option<EstimatedResourceSize>The estimated size of the data store.
Trait Implementations§
Source§impl Clone for DatastoreStatistics
impl Clone for DatastoreStatistics
Source§fn clone(&self) -> DatastoreStatistics
fn clone(&self) -> DatastoreStatistics
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 DatastoreStatistics
impl Debug for DatastoreStatistics
Source§impl Default for DatastoreStatistics
impl Default for DatastoreStatistics
Source§fn default() -> DatastoreStatistics
fn default() -> DatastoreStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DatastoreStatistics
impl<'de> Deserialize<'de> for DatastoreStatistics
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
Source§impl PartialEq for DatastoreStatistics
impl PartialEq for DatastoreStatistics
impl StructuralPartialEq for DatastoreStatistics
Auto Trait Implementations§
impl Freeze for DatastoreStatistics
impl RefUnwindSafe for DatastoreStatistics
impl Send for DatastoreStatistics
impl Sync for DatastoreStatistics
impl Unpin for DatastoreStatistics
impl UnwindSafe for DatastoreStatistics
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