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