pub struct DeleteBucketEncryptionInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 DeleteBucketEncryptionInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for DeleteBucketEncryptionInput
impl Clone for DeleteBucketEncryptionInput
Source§fn clone(&self) -> DeleteBucketEncryptionInput
fn clone(&self) -> DeleteBucketEncryptionInput
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DeleteBucketEncryptionInput
impl Debug for DeleteBucketEncryptionInput
Source§impl Default for DeleteBucketEncryptionInput
impl Default for DeleteBucketEncryptionInput
Source§fn default() -> DeleteBucketEncryptionInput
fn default() -> DeleteBucketEncryptionInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeleteBucketEncryptionInput
impl RefUnwindSafe for DeleteBucketEncryptionInput
impl Send for DeleteBucketEncryptionInput
impl Sync for DeleteBucketEncryptionInput
impl Unpin for DeleteBucketEncryptionInput
impl UnsafeUnpin for DeleteBucketEncryptionInput
impl UnwindSafe for DeleteBucketEncryptionInput
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