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