Enum strymon_model::ExecutionFormat [] [src]

pub enum ExecutionFormat {
    NativeExecutable,
    // some variants omitted
}

The format of a job executable.

Currently, only native binary executables (e.g. ELF binaries on Linux) are supported.

Variants

The binary uses the native executable format.

Trait Implementations

impl Clone for ExecutionFormat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ExecutionFormat
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for ExecutionFormat
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for ExecutionFormat
[src]

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