pub struct Online;
Expand description
Online is a struct that holds nothing.
This packet is used to notify that a friend is online. When a Tox client receives this message from a friend then the Tox client stops sending Friend request packets to the friend. Tox client shows status of it’s friend as ONLINE only after receiving this packet.
Trait Implementations§
impl Eq for Online
impl StructuralPartialEq for Online
Auto Trait Implementations§
impl Freeze for Online
impl RefUnwindSafe for Online
impl Send for Online
impl Sync for Online
impl Unpin for Online
impl UnwindSafe for Online
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