pub struct GetBucketStat { /* private fields */ }Expand description
Retrieve the storage size and file count of a bucket
The data is not real-time and may be delayed by over an hour
The returned time point is not guaranteed to be the latest; a later call may return a smaller LastModifiedTime than a previous call
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for GetBucketStat
impl !RefUnwindSafe for GetBucketStat
impl Send for GetBucketStat
impl Sync for GetBucketStat
impl Unpin for GetBucketStat
impl !UnwindSafe for GetBucketStat
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