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