Struct aws_sdk_omics::types::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() -> ReadOptionsBuilder
pub fn builder() -> ReadOptionsBuilder
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 ==
.impl StructuralPartialEq for ReadOptions
Auto Trait Implementations§
impl RefUnwindSafe for ReadOptions
impl Send for ReadOptions
impl Sync for ReadOptions
impl Unpin for ReadOptions
impl UnwindSafe for ReadOptions
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