#[non_exhaustive]pub struct BatchDeleteReadSetOutput { /* private fields */ }
Implementations§
source§impl BatchDeleteReadSetOutput
impl BatchDeleteReadSetOutput
sourcepub fn errors(&self) -> Option<&[ReadSetBatchError]>
pub fn errors(&self) -> Option<&[ReadSetBatchError]>
Errors returned by individual delete operations.
source§impl BatchDeleteReadSetOutput
impl BatchDeleteReadSetOutput
sourcepub fn builder() -> BatchDeleteReadSetOutputBuilder
pub fn builder() -> BatchDeleteReadSetOutputBuilder
Creates a new builder-style object to manufacture BatchDeleteReadSetOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteReadSetOutput
impl Clone for BatchDeleteReadSetOutput
source§fn clone(&self) -> BatchDeleteReadSetOutput
fn clone(&self) -> BatchDeleteReadSetOutput
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 BatchDeleteReadSetOutput
impl Debug for BatchDeleteReadSetOutput
source§impl PartialEq<BatchDeleteReadSetOutput> for BatchDeleteReadSetOutput
impl PartialEq<BatchDeleteReadSetOutput> for BatchDeleteReadSetOutput
source§fn eq(&self, other: &BatchDeleteReadSetOutput) -> bool
fn eq(&self, other: &BatchDeleteReadSetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchDeleteReadSetOutput
impl RequestId for BatchDeleteReadSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for BatchDeleteReadSetOutput
Auto Trait Implementations§
impl RefUnwindSafe for BatchDeleteReadSetOutput
impl Send for BatchDeleteReadSetOutput
impl Sync for BatchDeleteReadSetOutput
impl Unpin for BatchDeleteReadSetOutput
impl UnwindSafe for BatchDeleteReadSetOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more