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