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