Struct aws_sdk_datasync::model::TaskListEntry
source · #[non_exhaustive]pub struct TaskListEntry { /* private fields */ }
Expand description
Represents a single entry in a list of tasks. TaskListEntry
returns an array that contains a list of tasks when the ListTasks operation is called. A task includes the source and destination file systems to sync and the options to use for the tasks.
Implementations§
source§impl TaskListEntry
impl TaskListEntry
source§impl TaskListEntry
impl TaskListEntry
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TaskListEntry
.
Trait Implementations§
source§impl Clone for TaskListEntry
impl Clone for TaskListEntry
source§fn clone(&self) -> TaskListEntry
fn clone(&self) -> TaskListEntry
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 TaskListEntry
impl Debug for TaskListEntry
source§impl PartialEq<TaskListEntry> for TaskListEntry
impl PartialEq<TaskListEntry> for TaskListEntry
source§fn eq(&self, other: &TaskListEntry) -> bool
fn eq(&self, other: &TaskListEntry) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.