Struct aws_sdk_batch::model::KeyValuesPair
source · #[non_exhaustive]pub struct KeyValuesPair { /* private fields */ }
Expand description
A filter name and value pair that's used to return a more specific list of results from a ListJobs
API operation.
Implementations§
source§impl KeyValuesPair
impl KeyValuesPair
source§impl KeyValuesPair
impl KeyValuesPair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture KeyValuesPair
.
Trait Implementations§
source§impl Clone for KeyValuesPair
impl Clone for KeyValuesPair
source§fn clone(&self) -> KeyValuesPair
fn clone(&self) -> KeyValuesPair
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 KeyValuesPair
impl Debug for KeyValuesPair
source§impl PartialEq<KeyValuesPair> for KeyValuesPair
impl PartialEq<KeyValuesPair> for KeyValuesPair
source§fn eq(&self, other: &KeyValuesPair) -> bool
fn eq(&self, other: &KeyValuesPair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.