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