Struct aws_sdk_omics::types::ImportReferenceSourceItem
source · #[non_exhaustive]pub struct ImportReferenceSourceItem { /* private fields */ }
Expand description
An genome reference source.
Implementations§
source§impl ImportReferenceSourceItem
impl ImportReferenceSourceItem
sourcepub fn source_file(&self) -> Option<&str>
pub fn source_file(&self) -> Option<&str>
The source file's location in Amazon S3.
sourcepub fn status(&self) -> Option<&ReferenceImportJobItemStatus>
pub fn status(&self) -> Option<&ReferenceImportJobItemStatus>
The source's status.
sourcepub fn status_message(&self) -> Option<&str>
pub fn status_message(&self) -> Option<&str>
The source's status message.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The source's description.
The source's tags.
source§impl ImportReferenceSourceItem
impl ImportReferenceSourceItem
sourcepub fn builder() -> ImportReferenceSourceItemBuilder
pub fn builder() -> ImportReferenceSourceItemBuilder
Creates a new builder-style object to manufacture ImportReferenceSourceItem
.
Trait Implementations§
source§impl Clone for ImportReferenceSourceItem
impl Clone for ImportReferenceSourceItem
source§fn clone(&self) -> ImportReferenceSourceItem
fn clone(&self) -> ImportReferenceSourceItem
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 ImportReferenceSourceItem
impl Debug for ImportReferenceSourceItem
source§impl PartialEq<ImportReferenceSourceItem> for ImportReferenceSourceItem
impl PartialEq<ImportReferenceSourceItem> for ImportReferenceSourceItem
source§fn eq(&self, other: &ImportReferenceSourceItem) -> bool
fn eq(&self, other: &ImportReferenceSourceItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ImportReferenceSourceItem
Auto Trait Implementations§
impl RefUnwindSafe for ImportReferenceSourceItem
impl Send for ImportReferenceSourceItem
impl Sync for ImportReferenceSourceItem
impl Unpin for ImportReferenceSourceItem
impl UnwindSafe for ImportReferenceSourceItem
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