Struct aws_sdk_glue::model::MetadataKeyValuePair
source · #[non_exhaustive]pub struct MetadataKeyValuePair { /* private fields */ }Expand description
A structure containing a key value pair for metadata.
Implementations§
source§impl MetadataKeyValuePair
impl MetadataKeyValuePair
sourcepub fn metadata_key(&self) -> Option<&str>
pub fn metadata_key(&self) -> Option<&str>
A metadata key.
sourcepub fn metadata_value(&self) -> Option<&str>
pub fn metadata_value(&self) -> Option<&str>
A metadata key’s corresponding value.
source§impl MetadataKeyValuePair
impl MetadataKeyValuePair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MetadataKeyValuePair.
Trait Implementations§
source§impl Clone for MetadataKeyValuePair
impl Clone for MetadataKeyValuePair
source§fn clone(&self) -> MetadataKeyValuePair
fn clone(&self) -> MetadataKeyValuePair
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 MetadataKeyValuePair
impl Debug for MetadataKeyValuePair
source§impl PartialEq<MetadataKeyValuePair> for MetadataKeyValuePair
impl PartialEq<MetadataKeyValuePair> for MetadataKeyValuePair
source§fn eq(&self, other: &MetadataKeyValuePair) -> bool
fn eq(&self, other: &MetadataKeyValuePair) -> bool
This method tests for
self and other values to be equal, and is used
by ==.