Enum pbcodec::variants::Variant7 [] [src]

pub enum Variant7<A, B, C, D, E, F, G> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
    F(F),
    G(G),
}

Variants

Trait Implementations

impl<A: Debug, B: Debug, C: Debug, D: Debug, E: Debug, F: Debug, G: Debug> Debug for Variant7<A, B, C, D, E, F, G>
[src]

Formats the value using the given formatter.

impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone, G: Clone> Clone for Variant7<A, B, C, D, E, F, G>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy, F: Copy, G: Copy> Copy for Variant7<A, B, C, D, E, F, G>
[src]