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