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

pub struct Lex {
    pub stack: StackParticle,
}

Fields

Methods

impl Lex
[src]

Trait Implementations

impl Debug for Lex
[src]

Formats the value using the given formatter. Read more

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]

Important traits for Vec<u8>

impl Display for Lex
[src]

Formats the value using the given formatter. Read more

impl MorphySerde for Lex
[src]

Auto Trait Implementations

impl Send for Lex

impl Sync for Lex