pub struct MuteAllInRoom {}
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 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 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 for MuteAllInRoom
impl PartialEq for MuteAllInRoom
impl StructuralPartialEq for MuteAllInRoom
Auto Trait Implementations§
impl Freeze for MuteAllInRoom
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