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