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