pub struct GetObjectTaggingOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for GetObjectTaggingOutput
impl Clone for GetObjectTaggingOutput
Source§fn clone(&self) -> GetObjectTaggingOutput
fn clone(&self) -> GetObjectTaggingOutput
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 GetObjectTaggingOutput
impl Debug for GetObjectTaggingOutput
Source§impl Default for GetObjectTaggingOutput
impl Default for GetObjectTaggingOutput
Source§fn default() -> GetObjectTaggingOutput
fn default() -> GetObjectTaggingOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetObjectTaggingOutput
impl<'de> Deserialize<'de> for GetObjectTaggingOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GetObjectTaggingOutput
impl PartialEq for GetObjectTaggingOutput
impl StructuralPartialEq for GetObjectTaggingOutput
Auto Trait Implementations§
impl Freeze for GetObjectTaggingOutput
impl RefUnwindSafe for GetObjectTaggingOutput
impl Send for GetObjectTaggingOutput
impl Sync for GetObjectTaggingOutput
impl Unpin for GetObjectTaggingOutput
impl UnsafeUnpin for GetObjectTaggingOutput
impl UnwindSafe for GetObjectTaggingOutput
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