Enum woot::Operation [] [src]

pub enum Operation<S: Debug> {
    Ins(Character<S>),
    Del(Identifier),
}

Operation The Del operation only uses the identifier

Variants

Trait Implementations

impl<S: Clone + Debug> Clone for Operation<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug + Debug> Debug for Operation<S>
[src]

Formats the value using the given formatter.