Struct act::Room [] [src]

pub struct Room {
    pub scene: String,
    pub actions: Vec<Action>,
}

Fields

Trait Implementations

impl Clone for Room
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more