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