Struct aws_sdk_batch::model::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() -> Builder
pub fn builder() -> Builder
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 more