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