Struct pbcodec::fields::Oneof7 [] [src]

pub struct Oneof7<A, B, C, D, E, F, G> {
    pub field: Option<Variant7<A, B, C, D, E, F, G>>,
}

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

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

impl<A, B, C, D, E, F, G> From<Variant7<A, B, C, D, E, F, G>> for Oneof7<A, B, C, D, E, F, G>
[src]

[src]

Performs the conversion.

impl<A, B, C, D, E, F, G> From<Option<Variant7<A, B, C, D, E, F, G>>> for Oneof7<A, B, C, D, E, F, G>
[src]

[src]

Performs the conversion.

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

[src]

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

impl<R, A, B, C, D, E, F, G> DecodeField<R> for Oneof7<A, B, C, D, E, F, G> 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
[src]

[src]

[src]

impl<W, A, B, C, D, E, F, G> Encode<W> for Oneof7<A, B, C, D, E, F, G> 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
[src]

[src]

[src]

Auto Trait Implementations

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

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