pub struct DeleteObjectTaggingOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DeleteObjectTaggingOutput
impl Clone for DeleteObjectTaggingOutput
Source§fn clone(&self) -> DeleteObjectTaggingOutput
fn clone(&self) -> DeleteObjectTaggingOutput
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 DeleteObjectTaggingOutput
impl Debug for DeleteObjectTaggingOutput
Source§impl Default for DeleteObjectTaggingOutput
impl Default for DeleteObjectTaggingOutput
Source§fn default() -> DeleteObjectTaggingOutput
fn default() -> DeleteObjectTaggingOutput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteObjectTaggingOutput
Auto Trait Implementations§
impl Freeze for DeleteObjectTaggingOutput
impl RefUnwindSafe for DeleteObjectTaggingOutput
impl Send for DeleteObjectTaggingOutput
impl Sync for DeleteObjectTaggingOutput
impl Unpin for DeleteObjectTaggingOutput
impl UnsafeUnpin for DeleteObjectTaggingOutput
impl UnwindSafe for DeleteObjectTaggingOutput
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