pub struct ChatVoteMutePassed {
pub id: Player,
}Expand description
A player has been votemuted
Fields§
§id: PlayerTrait Implementations§
Source§impl Clone for ChatVoteMutePassed
impl Clone for ChatVoteMutePassed
Source§fn clone(&self) -> ChatVoteMutePassed
fn clone(&self) -> ChatVoteMutePassed
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ChatVoteMutePassed
impl Debug for ChatVoteMutePassed
Source§impl<'de> DeserializeV5<'de> for ChatVoteMutePassed
impl<'de> DeserializeV5<'de> for ChatVoteMutePassed
fn deserialize(de: &mut AirmashDeserializerV5<'de>) -> Result<Self>
Source§impl From<ChatVoteMutePassed> for ServerPacket
impl From<ChatVoteMutePassed> for ServerPacket
Source§fn from(v: ChatVoteMutePassed) -> Self
fn from(v: ChatVoteMutePassed) -> Self
Converts to this type from the input type.
Source§impl SerializeV5 for ChatVoteMutePassed
impl SerializeV5 for ChatVoteMutePassed
fn serialize<'ser>(&self, ser: &mut AirmashSerializerV5<'ser>) -> Result
impl Copy for ChatVoteMutePassed
Auto Trait Implementations§
impl Freeze for ChatVoteMutePassed
impl RefUnwindSafe for ChatVoteMutePassed
impl Send for ChatVoteMutePassed
impl Sync for ChatVoteMutePassed
impl Unpin for ChatVoteMutePassed
impl UnsafeUnpin for ChatVoteMutePassed
impl UnwindSafe for ChatVoteMutePassed
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