Enum tox::core::UserStatus
[-]
[+]
[src]
pub enum UserStatus {
None,
Away,
Busy,
}Variants
None | |
Away | |
Busy |
pub enum UserStatus {
None,
Away,
Busy,
}None | |
Away | |
Busy |
impl Eq for UserStatusfn assert_receiver_is_total_eq(&self)impl PartialEq for UserStatusfn eq(&self, __arg_0: &UserStatus) -> boolfn ne(&self, __arg_0: &UserStatus) -> boolimpl Clone for UserStatusfn clone(&self) -> UserStatusfn clone_from(&mut self, source: &Self)impl Copy for UserStatus
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).