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