Struct rust_rpg_toolkit::resources::CharacterClass [−][src]
pub struct CharacterClass {
pub id: String,
pub prototype_id: String,
pub name: String,
pub description: String,
}
Fields
id: String
prototype_id: String
name: String
description: String
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for CharacterClass
impl Send for CharacterClass
impl Sync for CharacterClass
impl Unpin for CharacterClass
impl UnwindSafe for CharacterClass
Blanket Implementations
Mutably borrows from an owned value. Read more