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