pub struct NamespaceUsage {
pub namespace: String,
pub entries: u64,
pub payload_bytes: u64,
}Expand description
Per-namespace usage for storage accounting (Appendix A §11).
Fields§
§namespace: String§entries: u64§payload_bytes: u64Trait Implementations§
Source§impl Clone for NamespaceUsage
impl Clone for NamespaceUsage
Source§fn clone(&self) -> NamespaceUsage
fn clone(&self) -> NamespaceUsage
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 NamespaceUsage
impl RefUnwindSafe for NamespaceUsage
impl Send for NamespaceUsage
impl Sync for NamespaceUsage
impl Unpin for NamespaceUsage
impl UnsafeUnpin for NamespaceUsage
impl UnwindSafe for NamespaceUsage
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