pub struct Typing(/* private fields */);
Expand description
Typing is a struct that holds typing status of user.
This packet is used to transmit sender’s typing status to a friend.
Serialized form:
Length | Content |
---|---|
1 | 0x33 |
1 | Typing status(0 = not typing, 1 = typing) |
Implementations§
Trait Implementations§
impl Copy for Typing
impl Eq for Typing
impl StructuralPartialEq for Typing
Auto Trait Implementations§
impl Freeze for Typing
impl RefUnwindSafe for Typing
impl Send for Typing
impl Sync for Typing
impl Unpin for Typing
impl UnwindSafe for Typing
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