Enum parser_pda::parser_nondet_pda::ParserNonDetPDAStates [−][src]
pub enum ParserNonDetPDAStates {
PlainSegment,
InvalidSegment,
NewSentence,
Idle,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParserNonDetPDAStates
impl Send for ParserNonDetPDAStates
impl Sync for ParserNonDetPDAStates
impl Unpin for ParserNonDetPDAStates
impl UnwindSafe for ParserNonDetPDAStates
Blanket Implementations
Mutably borrows from an owned value. Read more