Struct aws_sdk_omics::types::VariantImportJobItem
source · #[non_exhaustive]pub struct VariantImportJobItem { /* private fields */ }
Expand description
A variant import job.
Implementations§
source§impl VariantImportJobItem
impl VariantImportJobItem
sourcepub fn destination_name(&self) -> Option<&str>
pub fn destination_name(&self) -> Option<&str>
The job's destination variant store.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the job was created.
sourcepub fn update_time(&self) -> Option<&DateTime>
pub fn update_time(&self) -> Option<&DateTime>
When the job was updated.
sourcepub fn completion_time(&self) -> Option<&DateTime>
pub fn completion_time(&self) -> Option<&DateTime>
When the job completed.
sourcepub fn run_left_normalization(&self) -> bool
pub fn run_left_normalization(&self) -> bool
The job's left normalization setting.
source§impl VariantImportJobItem
impl VariantImportJobItem
sourcepub fn builder() -> VariantImportJobItemBuilder
pub fn builder() -> VariantImportJobItemBuilder
Creates a new builder-style object to manufacture VariantImportJobItem
.
Trait Implementations§
source§impl Clone for VariantImportJobItem
impl Clone for VariantImportJobItem
source§fn clone(&self) -> VariantImportJobItem
fn clone(&self) -> VariantImportJobItem
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 VariantImportJobItem
impl Debug for VariantImportJobItem
source§impl PartialEq<VariantImportJobItem> for VariantImportJobItem
impl PartialEq<VariantImportJobItem> for VariantImportJobItem
source§fn eq(&self, other: &VariantImportJobItem) -> bool
fn eq(&self, other: &VariantImportJobItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for VariantImportJobItem
Auto Trait Implementations§
impl RefUnwindSafe for VariantImportJobItem
impl Send for VariantImportJobItem
impl Sync for VariantImportJobItem
impl Unpin for VariantImportJobItem
impl UnwindSafe for VariantImportJobItem
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