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 for GetConcurrentUsersGoalProgress
impl PartialEq for GetConcurrentUsersGoalProgress
Source§fn eq(&self, other: &GetConcurrentUsersGoalProgress) -> bool
fn eq(&self, other: &GetConcurrentUsersGoalProgress) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetConcurrentUsersGoalProgress
Auto Trait Implementations§
impl Freeze for GetConcurrentUsersGoalProgress
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