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