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