Struct airmash_protocol::server::ChatVoteMutePassed[][src]

pub struct ChatVoteMutePassed {
    pub id: Player,
}

A player has been votemuted

Fields

Trait Implementations

impl Copy for ChatVoteMutePassed
[src]

impl Clone for ChatVoteMutePassed
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ChatVoteMutePassed
[src]

Formats the value using the given formatter. Read more

impl From<ChatVoteMutePassed> for ServerPacket
[src]

Performs the conversion.

Auto Trait Implementations