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