Enum pbcodec::variants::Variant5 [] [src]

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

Variants

Trait Implementations

impl<A, B, C, D, E> From<Variant5<A, B, C, D, E>> for Oneof5<A, B, C, D, E>
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

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

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