Enum coalesce::Coalesce2
[−]
[src]
pub enum Coalesce2<A, B> {
A(A),
B(B),
}Variants
A | |
B |
pub enum Coalesce2<A, B> {
A(A),
B(B),
}A | |
B |
impl<A, B> Coalesce2<A, B>impl<A: Ord, B: Ord> Ord for Coalesce2<A, B> where A: Ord, B: Ordimpl<A: PartialOrd, B: PartialOrd> PartialOrd for Coalesce2<A, B> where A: PartialOrd, B: PartialOrdfn partial_cmp(&self, __arg_0: &Coalesce2<A, B>) -> Option<Ordering>fn lt(&self, __arg_0: &Coalesce2<A, B>) -> boolfn le(&self, __arg_0: &Coalesce2<A, B>) -> boolfn gt(&self, __arg_0: &Coalesce2<A, B>) -> boolfn ge(&self, __arg_0: &Coalesce2<A, B>) -> boolimpl<A: Eq, B: Eq> Eq for Coalesce2<A, B> where A: Eq, B: Eqimpl<A: PartialEq, B: PartialEq> PartialEq for Coalesce2<A, B> where A: PartialEq, B: PartialEqimpl<A: Hash, B: Hash> Hash for Coalesce2<A, B> where A: Hash, B: Hashfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl<A: Debug, B: Debug> Debug for Coalesce2<A, B> where A: Debug, B: Debugimpl<A: Clone, B: Clone> Clone for Coalesce2<A, B> where A: Clone, B: Clonefn clone(&self) -> Coalesce2<A, B>fn clone_from(&mut self, source: &Self)impl<A: Copy, B: Copy> Copy for Coalesce2<A, B> where A: Copy, B: Copy
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).
Search functions by type signature (e.g.
vec -> usize)