Struct screeps_api::endpoints::map_stats::RoomInfo [] [src]

pub struct RoomInfo {
    pub name: RoomName,
    pub state: RoomState,
    pub owner: Option<RoomOwner>,
    pub sign: Option<RoomSign>,
    pub hard_sign: Option<HardSign>,
    // some fields omitted
}

Information on a room.

Fields

The room name / id.

The room state.

Info on the room's owner, if any.

The room's player-set sign, if any.

The room's system-set sign, if any.

Trait Implementations

impl Clone for RoomInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for RoomInfo
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for RoomInfo
[src]

[src]

Formats the value using the given formatter.