[][src]Enum wayk_proto::message::virtual_channels::chat::ChatPresenceStatus

#[repr(u8)]pub enum ChatPresenceStatus {
    Unknown,
    Available,
    Away,
    Idle,
    Busy,
    DoNotDisturb,
    Invisible,
    Offline,
}

Variants

Unknown
Available
Away
Idle
Busy
DoNotDisturb
Invisible
Offline

Trait Implementations

impl Clone for ChatPresenceStatus[src]

impl Copy for ChatPresenceStatus[src]

impl Debug for ChatPresenceStatus[src]

impl<'_> Decode<'_> for ChatPresenceStatus[src]

impl Encode for ChatPresenceStatus[src]

impl Eq for ChatPresenceStatus[src]

impl FromPrimitive for ChatPresenceStatus[src]

impl PartialEq<ChatPresenceStatus> for ChatPresenceStatus[src]

impl StructuralEq for ChatPresenceStatus[src]

impl StructuralPartialEq for ChatPresenceStatus[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.