Enum pbcodec::variants::Variant1 [] [src]

pub enum Variant1<A> {
    A(A),
}

Variants

Trait Implementations

impl<A> From<Variant1<A>> for Oneof1<A>
[src]

[src]

Performs the conversion.

impl<A: Debug> Debug for Variant1<A>
[src]

[src]

Formats the value using the given formatter. Read more

impl<A: Clone> Clone for Variant1<A>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A: Copy> Copy for Variant1<A>
[src]

Auto Trait Implementations

impl<A> Send for Variant1<A> where
    A: Send

impl<A> Sync for Variant1<A> where
    A: Sync