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, B, C, D, E, F, G> From<Variant7<A, B, C, D, E, F, G>> for Oneof7<A, B, C, D, E, F, G>
[src]

[src]

Performs the conversion.

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]

[src]

Formats the value using the given formatter. Read more

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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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]

Auto Trait Implementations

impl<A, B, C, D, E, F, G> Send for Variant7<A, B, C, D, E, F, G> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send

impl<A, B, C, D, E, F, G> Sync for Variant7<A, B, C, D, E, F, G> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync