pub struct GetBucketEncryptionInput {
pub bucket: String,
pub expected_bucket_owner: Option<String>,
}Expand description
S3 GetBucketEncryptionInput.
Fields§
§bucket: StringHTTP label (URI path).
expected_bucket_owner: Option<String>HTTP header: x-amz-expected-bucket-owner.
Trait Implementations§
Source§impl Clone for GetBucketEncryptionInput
impl Clone for GetBucketEncryptionInput
Source§fn clone(&self) -> GetBucketEncryptionInput
fn clone(&self) -> GetBucketEncryptionInput
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 GetBucketEncryptionInput
impl Debug for GetBucketEncryptionInput
Source§impl Default for GetBucketEncryptionInput
impl Default for GetBucketEncryptionInput
Source§fn default() -> GetBucketEncryptionInput
fn default() -> GetBucketEncryptionInput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetBucketEncryptionInput
impl RefUnwindSafe for GetBucketEncryptionInput
impl Send for GetBucketEncryptionInput
impl Sync for GetBucketEncryptionInput
impl Unpin for GetBucketEncryptionInput
impl UnsafeUnpin for GetBucketEncryptionInput
impl UnwindSafe for GetBucketEncryptionInput
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