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

pub struct Initials {
    pub letter: Cow<'static, str>,
    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. Read more

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]

Important traits for Vec<u8>

impl MorphySerde for Initials
[src]

impl From<Initials> for StackSource
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Initials

impl Sync for Initials