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