pub struct CompleteBucketWorm { /* private fields */ }Expand description
Complete a WORM retention configuration after locking the specified objects.
See the Alibaba Cloud documentation for details.
Implementations§
Auto Trait Implementations§
impl Freeze for CompleteBucketWorm
impl !RefUnwindSafe for CompleteBucketWorm
impl Send for CompleteBucketWorm
impl Sync for CompleteBucketWorm
impl Unpin for CompleteBucketWorm
impl !UnwindSafe for CompleteBucketWorm
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