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 for ModerateThread
impl PartialEq for ModerateThread
impl StructuralPartialEq for ModerateThread
Auto Trait Implementations§
impl Freeze for ModerateThread
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