Struct rain_task::TaskSpec[][src]

pub struct TaskSpec {
    pub id: TaskId,
    pub inputs: Vec<TaskSpecInput>,
    pub outputs: Vec<DataObjectId>,
    pub task_type: String,
    pub config: Option<Value>,
    pub resources: Resources,
    pub user: HashMap<String, Value, RandomState>,
}

Fields

Methods

impl TaskSpec
[src]

Trait Implementations

impl<'de> Deserialize<'de> for TaskSpec
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for TaskSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TaskSpec
[src]

Formats the value using the given formatter. Read more

impl Default for TaskSpec
[src]

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

impl Serialize for TaskSpec
[src]

Serialize this value into the given Serde serializer. Read more

impl PartialEq<TaskSpec> for TaskSpec
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for TaskSpec

impl Sync for TaskSpec