pub struct PutObjectTagging { /* private fields */ }Expand description
Argument builder for the PutObjectTagging S3 API operation.
This struct constructs the parameters required for the Client::put_object_tagging method.
Implementations§
Source§impl PutObjectTagging
impl PutObjectTagging
Sourcepub fn builder() -> PutObjectTaggingBuilder<((), (), (), (), (), (), (), ())>
pub fn builder() -> PutObjectTaggingBuilder<((), (), (), (), (), (), (), ())>
Create a builder for building PutObjectTagging.
On the builder, call .client(...), .extra_headers(...)(optional), .extra_query_params(...)(optional), .region(...)(optional), .bucket(...), .object(...), .version_id(...)(optional), .tags(...)(optional) to set the values of the fields.
Finally, call .build() to create the instance of PutObjectTagging.
Trait Implementations§
Source§impl Clone for PutObjectTagging
impl Clone for PutObjectTagging
Source§fn clone(&self) -> PutObjectTagging
fn clone(&self) -> PutObjectTagging
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 PutObjectTagging
impl Debug for PutObjectTagging
Source§impl S3Api for PutObjectTagging
impl S3Api for PutObjectTagging
Source§type S3Response = PutObjectTaggingResponse
type S3Response = PutObjectTaggingResponse
The response type associated with this request builder. Read more
Source§impl ToS3Request for PutObjectTagging
impl ToS3Request for PutObjectTagging
Source§fn to_s3request(self) -> Result<S3Request, ValidationErr>
fn to_s3request(self) -> Result<S3Request, ValidationErr>
Auto Trait Implementations§
impl Freeze for PutObjectTagging
impl !RefUnwindSafe for PutObjectTagging
impl Send for PutObjectTagging
impl Sync for PutObjectTagging
impl Unpin for PutObjectTagging
impl UnsafeUnpin for PutObjectTagging
impl !UnwindSafe for PutObjectTagging
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