Struct rsmorphy::container::lex::Lex [] [src]

pub struct Lex {
    pub stack: Stack,
}

Fields

Methods

impl Lex
[src]

Trait Implementations

impl Debug for Lex
[src]

Formats the value using the given formatter.

impl Clone for Lex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Lex
[src]

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

This method tests for !=.

impl Source for Lex
[src]

impl Display for Lex
[src]

Formats the value using the given formatter. Read more

impl MorphySerde for Lex
[src]