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 duplicate 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 for CommunityGoalHallOfFame
impl PartialEq for CommunityGoalHallOfFame
impl StructuralPartialEq for CommunityGoalHallOfFame
Auto Trait Implementations§
impl Freeze for CommunityGoalHallOfFame
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