[][src]Struct tox_packet::messenger::Online

pub struct Online;

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

impl Debug for Online[src]

impl Eq for Online[src]

impl FromBytes for Online[src]

impl PartialEq<Online> for Online[src]

impl StructuralEq for Online[src]

impl StructuralPartialEq for Online[src]

impl ToBytes for Online[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.