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