Struct aws_sdk_omics::types::ExportReadSetDetail
source · #[non_exhaustive]pub struct ExportReadSetDetail { /* private fields */ }
Expand description
Details about a read set.
Implementations§
source§impl ExportReadSetDetail
impl ExportReadSetDetail
sourcepub fn builder() -> ExportReadSetDetailBuilder
pub fn builder() -> ExportReadSetDetailBuilder
Creates a new builder-style object to manufacture ExportReadSetDetail
.
Trait Implementations§
source§impl Clone for ExportReadSetDetail
impl Clone for ExportReadSetDetail
source§fn clone(&self) -> ExportReadSetDetail
fn clone(&self) -> ExportReadSetDetail
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 ExportReadSetDetail
impl Debug for ExportReadSetDetail
source§impl PartialEq<ExportReadSetDetail> for ExportReadSetDetail
impl PartialEq<ExportReadSetDetail> for ExportReadSetDetail
source§fn eq(&self, other: &ExportReadSetDetail) -> bool
fn eq(&self, other: &ExportReadSetDetail) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.