pub struct Offline;
Expand description
Offline is a struct that holds nothing.
This packet is used to notify that a friend is being deleted. Though the friend is deleted, because of conference, Tox client may try to connect to the friend, this message prevent this friend to be shown as Online.
Trait Implementations§
impl Eq for Offline
impl StructuralPartialEq for Offline
Auto Trait Implementations§
impl Freeze for Offline
impl RefUnwindSafe for Offline
impl Send for Offline
impl Sync for Offline
impl Unpin for Offline
impl UnwindSafe for Offline
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