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