Enum tox::core::GroupchatType [-]  [+] [src]

pub enum GroupchatType {
    Text,
    Av,
}

Variants

Text
Av

Trait Implementations

Derived Implementations

impl Show for GroupchatType

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for GroupchatType

fn eq(&self, __arg_0: &GroupchatType) -> bool

fn ne(&self, __arg_0: &GroupchatType) -> bool

impl Eq for GroupchatType

fn assert_receiver_is_total_eq(&self)

impl Clone for GroupchatType

fn clone(&self) -> GroupchatType

fn clone_from(&mut self, source: &Self)

impl Copy for GroupchatType