Struct gimei::item::Item[][src]

pub struct Item {
    pub kanji: String,
    pub hiragana: String,
    pub katakana: String,
}

Fields

Methods

impl Item
[src]

Trait Implementations

impl Debug for Item
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Item

impl Sync for Item