Enum test_assembler::LabelOrNum[][src]

pub enum LabelOrNum<T: Num> {
    Label(Label),
    Num(T),
}
Expand description

An enum to hold Labels or Nums.

Variants

Label(Label)

Tuple Fields of Label

0: Label
Num(T)

Tuple Fields of Num

0: T

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

Performs the conversion.

Performs the conversion.

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.