Struct rsmorphy::container::ha::HyphenAdverb [] [src]

pub struct HyphenAdverb {
    pub word_lower: String,
}

Fields

Methods

impl HyphenAdverb
[src]

Trait Implementations

impl Debug for HyphenAdverb
[src]

Formats the value using the given formatter.

impl Clone for HyphenAdverb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl MorphySerde for HyphenAdverb
[src]