pub struct ExtendBucketWorm { /* private fields */ }Expand description
Extend the retention period of an existing WORM configuration.
See the Alibaba Cloud documentation for details.
Implementations§
Auto Trait Implementations§
impl Freeze for ExtendBucketWorm
impl !RefUnwindSafe for ExtendBucketWorm
impl Send for ExtendBucketWorm
impl Sync for ExtendBucketWorm
impl Unpin for ExtendBucketWorm
impl !UnwindSafe for ExtendBucketWorm
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