Struct rsmorphy::analyzer::units::abbr::initials::InitialsAnalyzer [] [src]

pub struct InitialsAnalyzer {
    pub tags: Vec<OpencorporaTagReg>,
}

Fields

Trait Implementations

impl Debug for InitialsAnalyzer
[src]

Formats the value using the given formatter.

impl Clone for InitialsAnalyzer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for InitialsAnalyzer
[src]

Returns the "default value" for a type. Read more

impl Analyzer for InitialsAnalyzer
[src]