Enum pbcodec::variants::Variant6 [] [src]

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

Variants

Trait Implementations

impl<A, B, C, D, E, F> From<Variant6<A, B, C, D, E, F>> for Oneof6<A, B, C, D, E, F>
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone, F: Clone> Clone for Variant6<A, B, C, D, E, F>
[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> Copy for Variant6<A, B, C, D, E, F>
[src]

Auto Trait Implementations

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

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