Enum protobuf_codec::field::branch::Branch5 [] [src]

pub enum Branch5<A, B, C, D, E> {
    A(A),
    B(B),
    C(C),
    D(D),
    E(E),
}

Value of Oneof that has 5-fields.

Variants

Trait Implementations

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

[src]

Formats the value using the given formatter. Read more

impl<A: Clone, B: Clone, C: Clone, D: Clone, E: Clone> Clone for Branch5<A, B, C, D, E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<A: Copy, B: Copy, C: Copy, D: Copy, E: Copy> Copy for Branch5<A, B, C, D, E>
[src]

impl<A: PartialEq, B: PartialEq, C: PartialEq, D: PartialEq, E: PartialEq> PartialEq for Branch5<A, B, C, D, E>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<A: Eq, B: Eq, C: Eq, D: Eq, E: Eq> Eq for Branch5<A, B, C, D, E>
[src]

impl<A: Hash, B: Hash, C: Hash, D: Hash, E: Hash> Hash for Branch5<A, B, C, D, E>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd, E: PartialOrd> PartialOrd for Branch5<A, B, C, D, E>
[src]

[src]

This method returns an ordering between self and other values if one exists. Read more

[src]

This method tests less than (for self and other) and is used by the < operator. Read more

[src]

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

[src]

This method tests greater than (for self and other) and is used by the > operator. Read more

[src]

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl<A: Ord, B: Ord, C: Ord, D: Ord, E: Ord> Ord for Branch5<A, B, C, D, E>
[src]

[src]

This method returns an Ordering between self and other. Read more

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

Auto Trait Implementations

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

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