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

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

Variants

Trait Implementations

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

Formats the value using the given formatter.

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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