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