Struct aws_sdk_s3::model::MetadataEntry
source · [−]#[non_exhaustive]pub struct MetadataEntry { /* private fields */ }
Expand description
A metadata key-value pair to store with an object.
Implementations
sourceimpl MetadataEntry
impl MetadataEntry
sourceimpl MetadataEntry
impl MetadataEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MetadataEntry
.
Trait Implementations
sourceimpl Clone for MetadataEntry
impl Clone for MetadataEntry
sourcefn clone(&self) -> MetadataEntry
fn clone(&self) -> MetadataEntry
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for MetadataEntry
impl Debug for MetadataEntry
sourceimpl PartialEq<MetadataEntry> for MetadataEntry
impl PartialEq<MetadataEntry> for MetadataEntry
sourcefn eq(&self, other: &MetadataEntry) -> bool
fn eq(&self, other: &MetadataEntry) -> bool
impl StructuralPartialEq for MetadataEntry
Auto Trait Implementations
impl RefUnwindSafe for MetadataEntry
impl Send for MetadataEntry
impl Sync for MetadataEntry
impl Unpin for MetadataEntry
impl UnwindSafe for MetadataEntry
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more