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