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 for GetConcurrentUsersReward
impl PartialEq for GetConcurrentUsersReward
impl StructuralPartialEq for GetConcurrentUsersReward
Auto Trait Implementations§
impl Freeze for GetConcurrentUsersReward
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