Struct xio_jobset::Job[][src]

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

A job, defined by a list of commands.

Fields

The commands which get processed when the job is run.

Trait Implementations

impl ExtractCaptions for Job
[src]

The type of the extracted captions.

In this method, the extraction is being processed.

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