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