pub struct HeadBucketOutput {
pub access_point_alias: Option<bool>,
pub bucket_arn: Option<String>,
pub bucket_location_name: Option<String>,
pub bucket_location_type: Option<LocationType>,
pub bucket_region: Option<String>,
}Expand description
S3 HeadBucketOutput.
Fields§
§access_point_alias: Option<bool>HTTP header: x-amz-access-point-alias.
bucket_arn: Option<String>HTTP header: x-amz-bucket-arn.
bucket_location_name: Option<String>HTTP header: x-amz-bucket-location-name.
bucket_location_type: Option<LocationType>HTTP header: x-amz-bucket-location-type.
bucket_region: Option<String>HTTP header: x-amz-bucket-region.
Trait Implementations§
Source§impl Clone for HeadBucketOutput
impl Clone for HeadBucketOutput
Source§fn clone(&self) -> HeadBucketOutput
fn clone(&self) -> HeadBucketOutput
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 HeadBucketOutput
impl Debug for HeadBucketOutput
Source§impl Default for HeadBucketOutput
impl Default for HeadBucketOutput
Source§fn default() -> HeadBucketOutput
fn default() -> HeadBucketOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HeadBucketOutput
impl RefUnwindSafe for HeadBucketOutput
impl Send for HeadBucketOutput
impl Sync for HeadBucketOutput
impl Unpin for HeadBucketOutput
impl UnsafeUnpin for HeadBucketOutput
impl UnwindSafe for HeadBucketOutput
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