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