pub struct BucketStats {
pub name: String,
pub objects: usize,
pub bytes: usize,
}Fields§
§name: String§objects: usize§bytes: usizeTrait Implementations§
Source§impl Clone for BucketStats
impl Clone for BucketStats
Source§fn clone(&self) -> BucketStats
fn clone(&self) -> BucketStats
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 BucketStats
impl Debug for BucketStats
Auto Trait Implementations§
impl Freeze for BucketStats
impl RefUnwindSafe for BucketStats
impl Send for BucketStats
impl Sync for BucketStats
impl Unpin for BucketStats
impl UnsafeUnpin for BucketStats
impl UnwindSafe for BucketStats
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