Struct xio_jobset::Job[][src]

pub struct Job {
    pub commands: Vec<Command>,
}

Fields

Trait Implementations

impl ExtractCaptions for Job
[src]

impl Clone for Job
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Job
[src]

Formats the value using the given formatter. Read more

impl Default for Job
[src]

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

impl Eq for Job
[src]

impl PartialEq for Job
[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 Job

impl Sync for Job