Struct aws_sdk_s3::model::Tagging
source · [−]#[non_exhaustive]pub struct Tagging { /* private fields */ }
Expand description
Container for TagSet
elements.
Implementations
Trait Implementations
impl StructuralPartialEq for Tagging
Auto Trait Implementations
impl RefUnwindSafe for Tagging
impl Send for Tagging
impl Sync for Tagging
impl Unpin for Tagging
impl UnwindSafe for Tagging
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