Struct daumdic::Word [] [src]

pub struct Word {
    pub word: String,
    pub meaning: String,
    pub pronounce: String,
    pub lang: Lang,
}

Result of search function

Fields

Trait Implementations

impl Clone for Word
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Display for Word
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Word

impl Sync for Word