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