pub struct Operation {
Show 13 fields pub input: HashMap<String, Node>, pub output: HashMap<String, Node>, pub pos: Pos, pub name: String, pub width: f64, pub cmd_type: String, pub ctype: Option<String>, pub cmd: Option<String>, pub localdata: Option<Box<Case>>, pub result: Option<DataObject>, pub condition: Option<Condition>, pub done: bool, pub finish: bool,
}

Fields

input: HashMap<String, Node>output: HashMap<String, Node>pos: Posname: Stringwidth: f64cmd_type: Stringctype: Option<String>cmd: Option<String>localdata: Option<Box<Case>>result: Option<DataObject>condition: Option<Condition>done: boolfinish: bool

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.