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