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