pub enum Coalesce9<A, B, C, D, E, F, G, H, I> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
    F(F),
    G(G),
    H(H),
    I(I),
}Variants
Methods
impl<A, B, C, D, E, F, G, H, I> Coalesce9<A, B, C, D, E, F, G, H, I>
fn as_ref(&self) -> Coalesce9<&A, &B, &C, &D, &E, &F, &G, &H, &I>
fn as_mut(&mut self) -> Coalesce9<&mut A, &mut B, &mut C, &mut D, &mut E, &mut F, &mut G, &mut H, &mut I>
Trait Implementations
Derived Implementations 
fn lt(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> bool
fn le(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> bool
fn gt(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> bool
fn ge(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> bool
 impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq, H: Eq, I: Eq> Eq for Coalesce9<A, B, C, D, E, F, G, H, I> where A: Eq, B: Eq, C: Eq, D: Eq, E: Eq, F: Eq, G: Eq, H: Eq, I: Eq
fn eq(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> bool
fn ne(&self, __arg_0: &Coalesce9<A, B, C, D, E, F, G, H, I>) -> 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)