pub struct ChatVoteMuted;Expand description
The current player has been votemuted.
This happens after enough players have sent a VoteMute packet to the
server.
Trait Implementations§
Source§impl Clone for ChatVoteMuted
impl Clone for ChatVoteMuted
Source§fn clone(&self) -> ChatVoteMuted
fn clone(&self) -> ChatVoteMuted
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ChatVoteMuted
impl Debug for ChatVoteMuted
Source§impl Default for ChatVoteMuted
impl Default for ChatVoteMuted
Source§fn default() -> ChatVoteMuted
fn default() -> ChatVoteMuted
Returns the “default value” for a type. Read more
Source§impl From<ChatVoteMuted> for ServerPacket
impl From<ChatVoteMuted> for ServerPacket
Source§fn from(_: ChatVoteMuted) -> Self
fn from(_: ChatVoteMuted) -> Self
Converts to this type from the input type.
impl Copy for ChatVoteMuted
Auto Trait Implementations§
impl Freeze for ChatVoteMuted
impl RefUnwindSafe for ChatVoteMuted
impl Send for ChatVoteMuted
impl Sync for ChatVoteMuted
impl Unpin for ChatVoteMuted
impl UnwindSafe for ChatVoteMuted
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more