Struct rustcastai::resources::Entity [] [src]

pub struct Entity {
    pub id: i32,
    pub name: String,
    pub slug: String,
    pub color: String,
    pub custom: bool,
}

Fields

Trait Implementations

impl Debug for Entity
[src]

Formats the value using the given formatter.