pub enum Coalesce8<A, B, C, D, E, F, G, H> {
A(A),
B(B),
C(C),
D(D),
E(E),
F(F),
G(G),
H(H),
}Variants
Methods
impl<A, B, C, D, E, F, G, H> Coalesce8<A, B, C, D, E, F, G, H>
fn as_ref(&self) -> Coalesce8<&A, &B, &C, &D, &E, &F, &G, &H>
fn as_mut(&mut self) -> Coalesce8<&mut A, &mut B, &mut C, &mut D, &mut E, &mut F, &mut G, &mut H>
Trait Implementations
Derived Implementations
fn lt(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
fn le(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
fn gt(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
fn ge(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq, H: Eq> Eq for Coalesce8<A, B, C, D, E, F, G, H> where A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq, H: Eq
fn eq(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
fn ne(&self, __arg_0: &Coalesce8<A, B, C, D, E, F, G, H>) -> bool
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
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)