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