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