Struct aws_sdk_cloudfront::model::TagKeys
source · [−]#[non_exhaustive]pub struct TagKeys { /* private fields */ }
Expand description
A complex type that contains zero or more Tag
elements.
Implementations
Trait Implementations
impl StructuralPartialEq for TagKeys
Auto Trait Implementations
impl RefUnwindSafe for TagKeys
impl Send for TagKeys
impl Sync for TagKeys
impl Unpin for TagKeys
impl UnwindSafe for TagKeys
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