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