pub struct VaultStats {
pub total_mappings: usize,
pub categories: HashMap<String, u32>,
}Fields§
§total_mappings: usize§categories: HashMap<String, u32>Trait Implementations§
Source§impl Debug for VaultStats
impl Debug for VaultStats
Auto Trait Implementations§
impl Freeze for VaultStats
impl RefUnwindSafe for VaultStats
impl Send for VaultStats
impl Sync for VaultStats
impl Unpin for VaultStats
impl UnsafeUnpin for VaultStats
impl UnwindSafe for VaultStats
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