Enum control_code::Control [] [src]

pub enum Control {
    C0(T),
    C1(T),
    DEC(T),
}

Variants

Trait Implementations

impl Eq for Control
[src]

impl PartialEq for Control
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Control
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Control
[src]

Formats the value using the given formatter.

impl From<T> for Control
[src]

Performs the conversion.

impl From<T> for Control
[src]

Performs the conversion.

impl From<T> for Control
[src]

Performs the conversion.

impl From<T> for Control
[src]

Performs the conversion.

impl From<T> for Control
[src]

Performs the conversion.

impl From<SmallVec<[T; 8]>> for Control
[src]

Performs the conversion.

impl Format for Control
[src]