Struct aws_sdk_elasticloadbalancing::model::TagKeyOnly
source · [−]#[non_exhaustive]pub struct TagKeyOnly { /* private fields */ }
Expand description
The key of a tag.
Implementations
sourceimpl TagKeyOnly
impl TagKeyOnly
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagKeyOnly
.
Trait Implementations
sourceimpl Clone for TagKeyOnly
impl Clone for TagKeyOnly
sourcefn clone(&self) -> TagKeyOnly
fn clone(&self) -> TagKeyOnly
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TagKeyOnly
impl Debug for TagKeyOnly
sourceimpl PartialEq<TagKeyOnly> for TagKeyOnly
impl PartialEq<TagKeyOnly> for TagKeyOnly
sourcefn eq(&self, other: &TagKeyOnly) -> bool
fn eq(&self, other: &TagKeyOnly) -> bool
impl StructuralPartialEq for TagKeyOnly
Auto Trait Implementations
impl RefUnwindSafe for TagKeyOnly
impl Send for TagKeyOnly
impl Sync for TagKeyOnly
impl Unpin for TagKeyOnly
impl UnwindSafe for TagKeyOnly
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