pub struct GetConcurrentUsersReward {}
Trait Implementations§
source§impl BaseParser for GetConcurrentUsersReward
impl BaseParser for GetConcurrentUsersReward
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 GetConcurrentUsersReward
impl Clone for GetConcurrentUsersReward
source§fn clone(&self) -> GetConcurrentUsersReward
fn clone(&self) -> GetConcurrentUsersReward
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 GetConcurrentUsersReward
impl Debug for GetConcurrentUsersReward
source§impl Default for GetConcurrentUsersReward
impl Default for GetConcurrentUsersReward
source§fn default() -> GetConcurrentUsersReward
fn default() -> GetConcurrentUsersReward
Returns the “default value” for a type. Read more
source§impl PartialEq<GetConcurrentUsersReward> for GetConcurrentUsersReward
impl PartialEq<GetConcurrentUsersReward> for GetConcurrentUsersReward
source§fn eq(&self, other: &GetConcurrentUsersReward) -> bool
fn eq(&self, other: &GetConcurrentUsersReward) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetConcurrentUsersReward
Auto Trait Implementations§
impl RefUnwindSafe for GetConcurrentUsersReward
impl Send for GetConcurrentUsersReward
impl Sync for GetConcurrentUsersReward
impl Unpin for GetConcurrentUsersReward
impl UnwindSafe for GetConcurrentUsersReward
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