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