Struct strymon_model::JobProgram [] [src]

pub struct JobProgram {
    pub binary_name: String,
    pub format: ExecutionFormat,
    pub source: String,
    pub args: Vec<String>,
}

The meta-data about the executable code of a job.

Fields

The name of the binary submitted to Strymon.

The kind of the submitted executable.

The URI from which the job executable can be fetched.

Command-line arguments to be passed to the executable.

Trait Implementations

impl Clone for JobProgram
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for JobProgram
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for JobProgram
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for JobProgram
[src]

impl Abomonation for JobProgram
[src]

[src]

Write any additional information about &self beyond its binary representation. Read more

[src]

Reports the number of further bytes required to entomb self.

[src]

Recover any information for &mut self not evident from its binary representation. Read more

impl TypeName for JobProgram
[src]

[src]

Formats the fully qualified type name using the given formatter.

Returns the canoncial, concrete name of a type as a string. # Examples Read more

Returns the canoncial type of a value as a string. # Examples Read more