pub struct ReplicationCountSize {
pub count: u64,
pub size: u64,
pub extra: BTreeMap<String, Value>,
}Fields§
§count: u64§size: u64§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for ReplicationCountSize
impl Clone for ReplicationCountSize
Source§fn clone(&self) -> ReplicationCountSize
fn clone(&self) -> ReplicationCountSize
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 ReplicationCountSize
impl Debug for ReplicationCountSize
Source§impl Default for ReplicationCountSize
impl Default for ReplicationCountSize
Source§fn default() -> ReplicationCountSize
fn default() -> ReplicationCountSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReplicationCountSize
impl<'de> Deserialize<'de> for ReplicationCountSize
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 ReplicationCountSize
impl PartialEq for ReplicationCountSize
Source§impl Serialize for ReplicationCountSize
impl Serialize for ReplicationCountSize
impl StructuralPartialEq for ReplicationCountSize
Auto Trait Implementations§
impl Freeze for ReplicationCountSize
impl RefUnwindSafe for ReplicationCountSize
impl Send for ReplicationCountSize
impl Sync for ReplicationCountSize
impl Unpin for ReplicationCountSize
impl UnsafeUnpin for ReplicationCountSize
impl UnwindSafe for ReplicationCountSize
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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