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