pub struct DeleteBucketEncryptionRequest {
pub bucket: String,
}Fields§
§bucket: StringThe name of the bucket containing the server-side encryption configuration to delete.
Trait Implementations§
Source§impl Clone for DeleteBucketEncryptionRequest
impl Clone for DeleteBucketEncryptionRequest
Source§fn clone(&self) -> DeleteBucketEncryptionRequest
fn clone(&self) -> DeleteBucketEncryptionRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for DeleteBucketEncryptionRequest
impl Default for DeleteBucketEncryptionRequest
Source§fn default() -> DeleteBucketEncryptionRequest
fn default() -> DeleteBucketEncryptionRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteBucketEncryptionRequest
impl PartialEq for DeleteBucketEncryptionRequest
Source§fn eq(&self, other: &DeleteBucketEncryptionRequest) -> bool
fn eq(&self, other: &DeleteBucketEncryptionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DeleteBucketEncryptionRequest
Auto Trait Implementations§
impl Freeze for DeleteBucketEncryptionRequest
impl RefUnwindSafe for DeleteBucketEncryptionRequest
impl Send for DeleteBucketEncryptionRequest
impl Sync for DeleteBucketEncryptionRequest
impl Unpin for DeleteBucketEncryptionRequest
impl UnwindSafe for DeleteBucketEncryptionRequest
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