Struct aws_sdk_omics::output::BatchDeleteReadSetOutput
source · #[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() -> Builder
pub fn builder() -> Builder
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 ==
.