#[non_exhaustive]pub struct BatchPutPropertyErrorEntry { /* private fields */ }Expand description
An object that contains information about errors returned by the BatchPutProperty action.
Implementations§
source§impl BatchPutPropertyErrorEntry
impl BatchPutPropertyErrorEntry
sourcepub fn errors(&self) -> Option<&[BatchPutPropertyError]>
pub fn errors(&self) -> Option<&[BatchPutPropertyError]>
A list of objects that contain information about errors returned by the BatchPutProperty action.
source§impl BatchPutPropertyErrorEntry
impl BatchPutPropertyErrorEntry
sourcepub fn builder() -> BatchPutPropertyErrorEntryBuilder
pub fn builder() -> BatchPutPropertyErrorEntryBuilder
Creates a new builder-style object to manufacture BatchPutPropertyErrorEntry.
Trait Implementations§
source§impl Clone for BatchPutPropertyErrorEntry
impl Clone for BatchPutPropertyErrorEntry
source§fn clone(&self) -> BatchPutPropertyErrorEntry
fn clone(&self) -> BatchPutPropertyErrorEntry
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 BatchPutPropertyErrorEntry
impl Debug for BatchPutPropertyErrorEntry
source§impl PartialEq<BatchPutPropertyErrorEntry> for BatchPutPropertyErrorEntry
impl PartialEq<BatchPutPropertyErrorEntry> for BatchPutPropertyErrorEntry
source§fn eq(&self, other: &BatchPutPropertyErrorEntry) -> bool
fn eq(&self, other: &BatchPutPropertyErrorEntry) -> bool
This method tests for
self and other values to be equal, and is used
by ==.