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