Struct airmash_protocol::server::ServerMessage[][src]

pub struct ServerMessage {
    pub ty: ServerMessageType,
    pub duration: u32,
    pub text: String,
}

Server banned message

Fields

Trait Implementations

impl Clone for ServerMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ServerMessage
[src]

Formats the value using the given formatter. Read more

impl From<ServerMessage> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations