Enum menhir_runtime::internals::Action [] [src]

pub enum Action<YYType, State> {
    Err,
    Reduce(Option<SemAct<YYType, State>>),
    Shift(State),
}

Variants

Trait Implementations

impl<T, U: Copy> Copy for Action<T, U>
[src]

impl<T, U: Clone> Clone for Action<T, U>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more