Struct airmash_protocol::server::CommandReply [−][src]
pub struct CommandReply {
pub ty: CommandReplyType,
pub text: String,
}Reply to a Command.
Fields
ty: CommandReplyType
text: String
Trait Implementations
impl Clone for CommandReply[src]
impl Clone for CommandReplyfn clone(&self) -> CommandReply[src]
fn clone(&self) -> CommandReplyReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for CommandReply[src]
impl Debug for CommandReplyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<CommandReply> for ServerPacket[src]
impl From<CommandReply> for ServerPacketfn from(v: CommandReply) -> Self[src]
fn from(v: CommandReply) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for CommandReply
impl Send for CommandReplyimpl Sync for CommandReply
impl Sync for CommandReply