Struct airmash_protocol::server::ChatVoteMutePassed [−][src]
pub struct ChatVoteMutePassed {
pub id: Player,
}A player has been votemuted
Fields
id: Player
Trait Implementations
impl Copy for ChatVoteMutePassed[src]
impl Copy for ChatVoteMutePassedimpl Clone for ChatVoteMutePassed[src]
impl Clone for ChatVoteMutePassedfn clone(&self) -> ChatVoteMutePassed[src]
fn clone(&self) -> ChatVoteMutePassedReturns 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 ChatVoteMutePassed[src]
impl Debug for ChatVoteMutePassedfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl From<ChatVoteMutePassed> for ServerPacket[src]
impl From<ChatVoteMutePassed> for ServerPacketfn from(v: ChatVoteMutePassed) -> Self[src]
fn from(v: ChatVoteMutePassed) -> SelfPerforms the conversion.
Auto Trait Implementations
impl Send for ChatVoteMutePassed
impl Send for ChatVoteMutePassedimpl Sync for ChatVoteMutePassed
impl Sync for ChatVoteMutePassed