Enum pbcodec::variants::Variant3 [] [src]

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

Variants

Trait Implementations

impl<A, B, C> From<Variant3<A, B, C>> for Oneof3<A, B, C>
[src]

[src]

Performs the conversion.

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

[src]

Formats the value using the given formatter. Read more

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

Auto Trait Implementations

impl<A, B, C> Send for Variant3<A, B, C> where
    A: Send,
    B: Send,
    C: Send

impl<A, B, C> Sync for Variant3<A, B, C> where
    A: Sync,
    B: Sync,
    C: Sync