Enum control_code::Control [] [src]

pub enum Control<'a> {
    C0(T),
    C1(T),
    DEC(T<'a>),
}

Variants

Trait Implementations

impl<'a> Eq for Control<'a>
[src]

impl<'a> PartialEq for Control<'a>
[src]

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

This method tests for !=.

impl<'a> Clone for Control<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Debug for Control<'a>
[src]

Formats the value using the given formatter.

impl<'a> From<T> for Control<'a>
[src]

Performs the conversion.

impl<'a> From<T> for Control<'a>
[src]

Performs the conversion.

impl<'a> From<T<'a>> for Control<'a>
[src]

Performs the conversion.

impl<'a> From<T> for Control<'a>
[src]

Performs the conversion.

impl<'a> From<T> for Control<'a>
[src]

Performs the conversion.

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

Performs the conversion.

impl<'a> Format for Control<'a>
[src]