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