pub struct GetBucketInfo { /* private fields */ }Expand description
Retrieve detailed information of the bucket
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for GetBucketInfo
impl !RefUnwindSafe for GetBucketInfo
impl Send for GetBucketInfo
impl Sync for GetBucketInfo
impl Unpin for GetBucketInfo
impl !UnwindSafe for GetBucketInfo
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