Struct aws_sdk_elasticloadbalancing::model::TagKeyOnly
source · #[non_exhaustive]pub struct TagKeyOnly { /* private fields */ }
Expand description
The key of a tag.
Implementations§
source§impl TagKeyOnly
impl TagKeyOnly
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagKeyOnly
.
Trait Implementations§
source§impl Clone for TagKeyOnly
impl Clone for TagKeyOnly
source§fn clone(&self) -> TagKeyOnly
fn clone(&self) -> TagKeyOnly
Returns a copy 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 TagKeyOnly
impl Debug for TagKeyOnly
source§impl PartialEq<TagKeyOnly> for TagKeyOnly
impl PartialEq<TagKeyOnly> for TagKeyOnly
source§fn eq(&self, other: &TagKeyOnly) -> bool
fn eq(&self, other: &TagKeyOnly) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.