Struct aws_sdk_s3::output::GetObjectTaggingOutput
source · [−]#[non_exhaustive]pub struct GetObjectTaggingOutput { /* private fields */ }
Implementations
sourceimpl GetObjectTaggingOutput
impl GetObjectTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetObjectTaggingOutput
.
Trait Implementations
sourceimpl Clone for GetObjectTaggingOutput
impl Clone for GetObjectTaggingOutput
sourcefn clone(&self) -> GetObjectTaggingOutput
fn clone(&self) -> GetObjectTaggingOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for GetObjectTaggingOutput
impl Debug for GetObjectTaggingOutput
sourceimpl PartialEq<GetObjectTaggingOutput> for GetObjectTaggingOutput
impl PartialEq<GetObjectTaggingOutput> for GetObjectTaggingOutput
sourcefn eq(&self, other: &GetObjectTaggingOutput) -> bool
fn eq(&self, other: &GetObjectTaggingOutput) -> bool
impl StructuralPartialEq for GetObjectTaggingOutput
Auto Trait Implementations
impl RefUnwindSafe for GetObjectTaggingOutput
impl Send for GetObjectTaggingOutput
impl Sync for GetObjectTaggingOutput
impl Unpin for GetObjectTaggingOutput
impl UnwindSafe for GetObjectTaggingOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more