Struct pbcodec::fields::Oneof6 [] [src]

pub struct Oneof6<A, B, C, D, E, F> {
    pub field: Option<Variant6<A, B, C, D, E, F>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<A, B, C, D, E, F> Field for Oneof6<A, B, C, D, E, F> where
    A: SingularField,
    B: SingularField,
    C: SingularField,
    D: SingularField,
    E: SingularField,
    F: SingularField
[src]

impl<A, B, C, D, E, F> From<Variant6<A, B, C, D, E, F>> for Oneof6<A, B, C, D, E, F>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F> From<Option<Variant6<A, B, C, D, E, F>>> for Oneof6<A, B, C, D, E, F>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F> Default for Oneof6<A, B, C, D, E, F>
[src]

[src]

Returns the "default value" for a type. Read more

impl<R, A, B, C, D, E, F> DecodeField<R> for Oneof6<A, B, C, D, E, F> where
    R: Read,
    A: DecodeField<R> + SingularField,
    B: DecodeField<R> + SingularField,
    C: DecodeField<R> + SingularField,
    D: DecodeField<R> + SingularField,
    E: DecodeField<R> + SingularField,
    F: DecodeField<R> + SingularField
[src]

[src]

[src]

impl<W, A, B, C, D, E, F> Encode<W> for Oneof6<A, B, C, D, E, F> where
    W: Write,
    A: Encode<W> + SingularField,
    B: Encode<W> + SingularField,
    C: Encode<W> + SingularField,
    D: Encode<W> + SingularField,
    E: Encode<W> + SingularField,
    F: Encode<W> + SingularField
[src]

[src]

[src]

Auto Trait Implementations

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

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