Struct rust_rpg_toolkit::chapter::ChapterParams [−][src]
pub struct ChapterParams {
pub title: String,
pub description: String,
pub initial_map_id: String,
pub maps: Vec<MapParams>,
}
Fields
title: String
description: String
initial_map_id: String
maps: Vec<MapParams>
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 ChapterParams
impl Send for ChapterParams
impl Sync for ChapterParams
impl Unpin for ChapterParams
impl UnwindSafe for ChapterParams
Blanket Implementations
Mutably borrows from an owned value. Read more