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

pub struct MapStats {
    pub rooms: Vec<RoomInfo>,
    pub users: Vec<UserInfo>,
    // some fields omitted
}

Statistics on a number of rooms.

Fields

A list of results retrieved from this map stats call. Note: Invalid or non-existent room names will simply just not appear in this result!

If you request some rooms, and only get part back, you can assume that all extra rooms requested simply do not exist.

A list of user information for each user who either owns or signed a room that was requested.

Trait Implementations

impl Clone for MapStats
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MapStats
[src]

[src]

Formats the value using the given formatter.