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