pub struct GetBucketWorm { /* private fields */ }Expand description
Retrieve the WORM configuration of a bucket.
See the Alibaba Cloud documentation for details.
Implementations§
Source§impl GetBucketWorm
impl GetBucketWorm
Sourcepub async fn send(self) -> Result<BucketWormConfiguration, Error>
pub async fn send(self) -> Result<BucketWormConfiguration, Error>
Send the request and return the parsed configuration.
Auto Trait Implementations§
impl Freeze for GetBucketWorm
impl !RefUnwindSafe for GetBucketWorm
impl Send for GetBucketWorm
impl Sync for GetBucketWorm
impl Unpin for GetBucketWorm
impl !UnwindSafe for GetBucketWorm
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