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