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