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