Struct rust_rpg_toolkit::chapter::Chapter [−][src]
pub struct Chapter {
pub title: String,
pub description: String,
pub initial_map_id: String,
pub maps: HashMap<String, Map>,
}
Fields
title: String
description: String
initial_map_id: String
maps: HashMap<String, Map>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Chapter
impl UnwindSafe for Chapter
Blanket Implementations
Mutably borrows from an owned value. Read more