Struct pbcodec::fields::Oneof8 [] [src]

pub struct Oneof8<A, B, C, D, E, F, G, H> {
    pub field: Option<Variant8<A, B, C, D, E, F, G, H>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

impl<A, B, C, D, E, F, G, H> From<Variant8<A, B, C, D, E, F, G, H>> for Oneof8<A, B, C, D, E, F, G, H>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G, H> From<Option<Variant8<A, B, C, D, E, F, G, H>>> for Oneof8<A, B, C, D, E, F, G, H>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G, H> Default for Oneof8<A, B, C, D, E, F, G, H>
[src]

[src]

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

impl<R, A, B, C, D, E, F, G, H> DecodeField<R> for Oneof8<A, B, C, D, E, F, G, H> 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,
    G: DecodeField<R> + SingularField,
    H: DecodeField<R> + SingularField
[src]

[src]

[src]

impl<W, A, B, C, D, E, F, G, H> Encode<W> for Oneof8<A, B, C, D, E, F, G, H> 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,
    G: Encode<W> + SingularField,
    H: Encode<W> + SingularField
[src]

[src]

[src]

Auto Trait Implementations

impl<A, B, C, D, E, F, G, H> Send for Oneof8<A, B, C, D, E, F, G, H> where
    A: Send,
    B: Send,
    C: Send,
    D: Send,
    E: Send,
    F: Send,
    G: Send,
    H: Send

impl<A, B, C, D, E, F, G, H> Sync for Oneof8<A, B, C, D, E, F, G, H> where
    A: Sync,
    B: Sync,
    C: Sync,
    D: Sync,
    E: Sync,
    F: Sync,
    G: Sync,
    H: Sync