Struct rsmorphy::container::initials::Initials [] [src]

pub struct Initials {
    pub letter: String,
    pub kind: InitialsKind,
    pub tag_idx: u8,
}

Fields

Methods

impl Initials
[src]

Trait Implementations

impl Debug for Initials
[src]

Formats the value using the given formatter.

impl Clone for Initials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl MorphySerde for Initials
[src]