Struct rsmorphy::container::unknown::Unknown [] [src]

pub struct Unknown {
    pub word_lower: String,
}

Fields

Methods

impl Unknown
[src]

Trait Implementations

impl Debug for Unknown
[src]

Formats the value using the given formatter.

impl Clone for Unknown
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Unknown
[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 Unknown
[src]

impl MorphySerde for Unknown
[src]