Enum atlatl::fst::Terminal [] [src]

pub enum Terminal {
    Not,
    Empty,
    Inner,
}

Finality of a transition's destination state.

Variants

The transition is not final.

The transition is final and leads to a state with no inner output.

The transition is final and leads to a state with inner output.

Methods

impl Terminal
[src]

Trait Implementations

impl Copy for Terminal
[src]

impl Clone for Terminal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Terminal
[src]

Formats the value using the given formatter.

impl Eq for Terminal
[src]

impl PartialEq for Terminal
[src]

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

This method tests for !=.

impl Default for Terminal
[src]

Returns the "default value" for a type. Read more