[][src]Struct tox_packet::messenger::Offline

pub struct Offline;

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 Clone for Offline[src]

impl Debug for Offline[src]

impl Eq for Offline[src]

impl FromBytes for Offline[src]

impl PartialEq<Offline> for Offline[src]

impl StructuralEq for Offline[src]

impl StructuralPartialEq for Offline[src]

impl ToBytes for Offline[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.