Struct rustcastai::resources::Entity
[−]
[src]
pub struct Entity {
pub id: i32,
pub name: String,
pub slug: String,
pub color: String,
pub custom: bool,
}Fields
id: i32
name: String
slug: String
color: String
custom: bool