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