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