Struct rusoto_swf::TaskList [] [src]

pub struct TaskList {
    pub name: String,
}

Represents a task list.

Fields

The name of the task list.

Trait Implementations

impl Default for TaskList
[src]

Returns the "default value" for a type. Read more

impl Debug for TaskList
[src]

Formats the value using the given formatter.

impl Clone for TaskList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more