Struct screeps_api::websocket::types::messages::MessageUpdate [] [src]

pub struct MessageUpdate {
    pub message: Message,
    // some fields omitted
}

Update for a newly received message.

Fields

The message.

Trait Implementations

impl Clone for MessageUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MessageUpdate
[src]

[src]

Formats the value using the given formatter.