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