Enum rsmorphy::container::stack::source::StackSource [] [src]

pub enum StackSource {
    Dictionary(Dictionary),
    HyphenAdverb(HyphenAdverb),
    Initials(Initials),
    Shaped(Shaped),
    Unknown(Unknown),
}

Variants

Methods

impl StackSource
[src]

impl StackSource
[src]

Trait Implementations

impl Debug for StackSource
[src]

Formats the value using the given formatter.

impl Clone for StackSource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StackSource
[src]

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

This method tests for !=.

impl From<Dictionary> for StackSource
[src]

Performs the conversion.

impl From<HyphenAdverb> for StackSource
[src]

Performs the conversion.

impl From<Initials> for StackSource
[src]

Performs the conversion.

impl From<Shaped> for StackSource
[src]

Performs the conversion.

impl From<Unknown> for StackSource
[src]

Performs the conversion.

impl Source for StackSource
[src]

impl MorphySerde for StackSource
[src]