Struct screeps_api::data::rooms::RoomSign [] [src]

pub struct RoomSign {
    pub game_time_set: u32,
    pub time_set: Timespec,
    pub user_id: String,
    pub text: String,
}

Represents a room sign.

Fields

The game time when the sign was set.

The real date/time when the sign was set.

The user ID of the user who set the sign.

The text of the sign.

Trait Implementations

impl PartialEq for RoomSign
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for RoomSign
[src]

impl Clone for RoomSign
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Hash for RoomSign
[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 RoomSign
[src]

[src]

Formats the value using the given formatter.