Struct aws_sdk_omics::model::TaskListItem
source · #[non_exhaustive]pub struct TaskListItem { /* private fields */ }
Expand description
A workflow run task.
Implementations§
source§impl TaskListItem
impl TaskListItem
sourcepub fn status(&self) -> Option<&TaskStatus>
pub fn status(&self) -> Option<&TaskStatus>
The task's status.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
When the task was created.
sourcepub fn start_time(&self) -> Option<&DateTime>
pub fn start_time(&self) -> Option<&DateTime>
When the task started.
source§impl TaskListItem
impl TaskListItem
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TaskListItem
.
Trait Implementations§
source§impl Clone for TaskListItem
impl Clone for TaskListItem
source§fn clone(&self) -> TaskListItem
fn clone(&self) -> TaskListItem
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 TaskListItem
impl Debug for TaskListItem
source§impl PartialEq<TaskListItem> for TaskListItem
impl PartialEq<TaskListItem> for TaskListItem
source§fn eq(&self, other: &TaskListItem) -> bool
fn eq(&self, other: &TaskListItem) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.