Enum control_code::Item [] [src]

pub enum Item<'a> {
    String(&'a str),
    C0(T),
    C1(T<'a>),
}

Variants

Trait Implementations

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

impl<'a> PartialEq for Item<'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 Item<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

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

Performs the conversion.

impl<'a> From<Vec<T>> for Item<'a>
[src]

Performs the conversion.

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