Struct xio_jobset::CommandCaption[][src]

pub struct CommandCaption {
    pub caption: String,
    pub conditions: Vec<String>,
}

The caption of a command and the conditions belonging to it.

Fields

The caption of the command itself.

The captions of the conditions.

Trait Implementations

impl Clone for CommandCaption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandCaption
[src]

Formats the value using the given formatter. Read more

impl Default for CommandCaption
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations