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