Enum pbcodec::variants::Variant4 [] [src]

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

Variants

Trait Implementations

impl<A, B, C, D> From<Variant4<A, B, C, D>> for Oneof4<A, B, C, D>
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

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

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