Struct xio_jobset_compilation::CompiledParameterSet[][src]

pub struct CompiledParameterSet {
    pub parameter_mapping: BidirMap<String, u16>,
    pub parameters: BTreeMap<String, ParameterValueRaw>,
    pub runtime_parameters: BTreeMap<String, DataValueRaw>,
    pub assigned_capabilities: BTreeSet<String>,
}

Fields

Methods

impl CompiledParameterSet
[src]

Trait Implementations

impl Debug for CompiledParameterSet
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations