pub struct VoteMute {
pub id: u16,
}Expand description
Vote to mute a player
Fields§
§id: u16Trait Implementations§
Source§impl<'de> DeserializeV5<'de> for VoteMute
impl<'de> DeserializeV5<'de> for VoteMute
fn deserialize(de: &mut AirmashDeserializerV5<'de>) -> Result<Self>
Source§impl From<VoteMute> for ClientPacket
impl From<VoteMute> for ClientPacket
Source§impl SerializeV5 for VoteMute
impl SerializeV5 for VoteMute
fn serialize<'ser>(&self, ser: &mut AirmashSerializerV5<'ser>) -> Result
impl Copy for VoteMute
Auto Trait Implementations§
impl Freeze for VoteMute
impl RefUnwindSafe for VoteMute
impl Send for VoteMute
impl Sync for VoteMute
impl Unpin for VoteMute
impl UnsafeUnpin for VoteMute
impl UnwindSafe for VoteMute
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