pub struct GetMetadataReturns { /* private fields */ }Expand description
Gets metadata of an object store.
Implementations§
Source§impl GetMetadataReturns
impl GetMetadataReturns
pub fn builder( entriesCount: f64, keyGeneratorValue: f64, ) -> GetMetadataReturnsBuilder
pub fn entriesCount(&self) -> f64
pub fn keyGeneratorValue(&self) -> f64
Trait Implementations§
Source§impl Clone for GetMetadataReturns
impl Clone for GetMetadataReturns
Source§fn clone(&self) -> GetMetadataReturns
fn clone(&self) -> GetMetadataReturns
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 GetMetadataReturns
impl Debug for GetMetadataReturns
Source§impl Default for GetMetadataReturns
impl Default for GetMetadataReturns
Source§fn default() -> GetMetadataReturns
fn default() -> GetMetadataReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetMetadataReturns
impl<'de> Deserialize<'de> for GetMetadataReturns
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 GetMetadataReturns
impl RefUnwindSafe for GetMetadataReturns
impl Send for GetMetadataReturns
impl Sync for GetMetadataReturns
impl Unpin for GetMetadataReturns
impl UnsafeUnpin for GetMetadataReturns
impl UnwindSafe for GetMetadataReturns
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