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