Struct airmash_protocol::server::CommandReply[][src]

pub struct CommandReply {
    pub ty: CommandReplyType,
    pub text: String,
}

Reply to a Command.

Fields

Trait Implementations

impl Clone for CommandReply
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandReply
[src]

Formats the value using the given formatter. Read more

impl From<CommandReply> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations