Struct strymon_model::Executor [] [src]

pub struct Executor {
    pub id: ExecutorId,
    pub host: String,
    pub format: ExecutionFormat,
}

The meta-data of an available executor in the system.

Fields

A unique identifier for this job.

The hostname of the machine this executor is running on.

The kind of executable format this executor suppports.

Trait Implementations

impl Clone for Executor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Executor
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Executor
[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 Executor
[src]

impl Abomonation for Executor
[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 Executor
[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