Struct atlatl::fst::State[][src]

pub struct State<I> {
    pub index: I,
    pub terminal: Terminal,
}

Fields

Trait Implementations

impl<I: Copy> Copy for State<I>
[src]

impl<I: Clone> Clone for State<I>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I: Debug> Debug for State<I>
[src]

Formats the value using the given formatter. Read more

impl<I: Default> Default for State<I>
[src]

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

impl<I: Eq> Eq for State<I>
[src]

impl<I: PartialEq> PartialEq for State<I>
[src]

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

This method tests for !=.

Auto Trait Implementations

impl<I> Send for State<I> where
    I: Send

impl<I> Sync for State<I> where
    I: Sync