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