Enum rsmorphy::container::stack::Stack [] [src]

pub enum Stack {
    HSP(StackParticle),
    Hyphenated(StackHyphenated),
    Affix(StackAffix),
    Source(StackSource),
}

Variants

Methods

impl Stack
[src]

impl Stack
[src]

Trait Implementations

impl Debug for Stack
[src]

Formats the value using the given formatter.

impl Clone for Stack
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Stack
[src]

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

This method tests for !=.

impl From<StackHyphenated> for Stack
[src]

Performs the conversion.

impl From<StackParticle> for Stack
[src]

Performs the conversion.

impl From<StackAffix> for Stack
[src]

Performs the conversion.

impl From<StackSource> for Stack
[src]

Performs the conversion.

impl Source for Stack
[src]

impl MorphySerde for Stack
[src]