pub struct ModerateThread {
pub group_id: LegacyId,
pub thread_id: LegacyId,
pub action_id: i32,
}
Fields§
§group_id: LegacyId
§thread_id: LegacyId
§action_id: i32
Trait Implementations§
source§impl BaseParser for ModerateThread
impl BaseParser for ModerateThread
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 ModerateThread
impl Clone for ModerateThread
source§fn clone(&self) -> ModerateThread
fn clone(&self) -> ModerateThread
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 ModerateThread
impl Debug for ModerateThread
source§impl Default for ModerateThread
impl Default for ModerateThread
source§fn default() -> ModerateThread
fn default() -> ModerateThread
Returns the “default value” for a type. Read more
source§impl PacketVariable for ModerateThread
impl PacketVariable for ModerateThread
source§impl PartialEq<ModerateThread> for ModerateThread
impl PartialEq<ModerateThread> for ModerateThread
source§fn eq(&self, other: &ModerateThread) -> bool
fn eq(&self, other: &ModerateThread) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ModerateThread
Auto Trait Implementations§
impl RefUnwindSafe for ModerateThread
impl Send for ModerateThread
impl Sync for ModerateThread
impl Unpin for ModerateThread
impl UnwindSafe for ModerateThread
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