Struct atlatl::fst::builder::Builder [] [src]

pub struct Builder<I, O> where
    I: Index,
    O: Output
{ pub registry: FnvHashMap<State<I, O>, I>, // some fields omitted }

Fields

Methods

impl<I, O> Builder<I, O> where
    I: Index,
    O: Output
[src]

Trait Implementations

impl<I: Clone, O: Clone> Clone for Builder<I, O> where
    I: Index,
    O: Output
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<I: Debug, O: Debug> Debug for Builder<I, O> where
    I: Index,
    O: Output
[src]

Formats the value using the given formatter.

impl<I: Default, O: Default> Default for Builder<I, O> where
    I: Index,
    O: Output
[src]

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

impl<I: Eq, O: Eq> Eq for Builder<I, O> where
    I: Index,
    O: Output
[src]

impl<I: PartialEq, O: PartialEq> PartialEq for Builder<I, O> where
    I: Index,
    O: Output
[src]

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

This method tests for !=.