pub struct RegistryStats {
pub total_layers: i64,
pub total_versions: i64,
pub namespaces: i64,
}Fields§
§total_layers: i64§total_versions: i64§namespaces: i64Trait Implementations§
Source§impl Debug for RegistryStats
impl Debug for RegistryStats
Auto Trait Implementations§
impl Freeze for RegistryStats
impl RefUnwindSafe for RegistryStats
impl Send for RegistryStats
impl Sync for RegistryStats
impl Unpin for RegistryStats
impl UnsafeUnpin for RegistryStats
impl UnwindSafe for RegistryStats
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