Struct rustcastai::resources::Word [] [src]

pub struct Word {
    pub id: i32,
    pub name: String,
    pub slug: String,
}

Fields

Trait Implementations

impl Debug for Word
[src]

Formats the value using the given formatter.