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