Enum tox::core::GroupchatType
[-]
[+]
[src]
pub enum GroupchatType {
Text,
Av,
}Variants
Text | |
Av |
pub enum GroupchatType {
Text,
Av,
}Text | |
Av |
impl Show for GroupchatTypeimpl PartialEq for GroupchatTypefn eq(&self, __arg_0: &GroupchatType) -> boolfn ne(&self, __arg_0: &GroupchatType) -> boolimpl Eq for GroupchatTypefn assert_receiver_is_total_eq(&self)impl Clone for GroupchatTypefn clone(&self) -> GroupchatTypefn clone_from(&mut self, source: &Self)impl Copy for GroupchatType
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).