Struct rsmorphy::container::stack::affix::StackAffix [] [src]

pub struct StackAffix {
    pub stack: StackSource,
    pub affix: Option<Affix>,
}

Fields

Methods

impl StackAffix
[src]

Trait Implementations

impl Debug for StackAffix
[src]

Formats the value using the given formatter.

impl Clone for StackAffix
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StackAffix
[src]

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

This method tests for !=.

impl From<StackSource> for StackAffix
[src]

Performs the conversion.

impl Source for StackAffix
[src]

impl MorphySerde for StackAffix
[src]