pub struct PostThread {
pub group_id: LegacyId,
pub thread: ThreadData,
}
Fields§
§group_id: LegacyId
§thread: ThreadData
Trait Implementations§
Source§impl BaseParser for PostThread
impl BaseParser for PostThread
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 PostThread
impl Clone for PostThread
Source§fn clone(&self) -> PostThread
fn clone(&self) -> PostThread
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 PostThread
impl Debug for PostThread
Source§impl Default for PostThread
impl Default for PostThread
Source§fn default() -> PostThread
fn default() -> PostThread
Returns the “default value” for a type. Read more
Source§impl PacketVariable for PostThread
impl PacketVariable for PostThread
Source§impl PartialEq for PostThread
impl PartialEq for PostThread
impl StructuralPartialEq for PostThread
Auto Trait Implementations§
impl Freeze for PostThread
impl RefUnwindSafe for PostThread
impl Send for PostThread
impl Sync for PostThread
impl Unpin for PostThread
impl UnwindSafe for PostThread
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