Struct xio_jobset::ParameterDescription[][src]

pub struct ParameterDescription {
    pub caption: String,
    pub data_type: DataType,
    pub storage: StorageType,
    pub override_option: OverrideOption,
}

Fields

Trait Implementations

impl Clone for ParameterDescription
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ParameterDescription
[src]

Formats the value using the given formatter. Read more

impl Eq for ParameterDescription
[src]

impl PartialEq for ParameterDescription
[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