pub struct MuteAllInRoom {
pub all_muted: bool,
}
Fields§
§all_muted: bool
Trait Implementations§
source§impl BaseParser for MuteAllInRoom
impl BaseParser for MuteAllInRoom
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
source§impl Clone for MuteAllInRoom
impl Clone for MuteAllInRoom
source§fn clone(&self) -> MuteAllInRoom
fn clone(&self) -> MuteAllInRoom
Returns a copy 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 MuteAllInRoom
impl Debug for MuteAllInRoom
source§impl Default for MuteAllInRoom
impl Default for MuteAllInRoom
source§fn default() -> MuteAllInRoom
fn default() -> MuteAllInRoom
Returns the “default value” for a type. Read more
source§impl PacketVariable for MuteAllInRoom
impl PacketVariable for MuteAllInRoom
source§impl PartialEq<MuteAllInRoom> for MuteAllInRoom
impl PartialEq<MuteAllInRoom> for MuteAllInRoom
source§fn eq(&self, other: &MuteAllInRoom) -> bool
fn eq(&self, other: &MuteAllInRoom) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for MuteAllInRoom
Auto Trait Implementations§
impl RefUnwindSafe for MuteAllInRoom
impl Send for MuteAllInRoom
impl Sync for MuteAllInRoom
impl Unpin for MuteAllInRoom
impl UnwindSafe for MuteAllInRoom
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