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