Enum fed::Fed8 [] [src]

pub enum Fed8<A, B, C, D, E, F, G, H> {
    T1(A),
    T2(B),
    T3(C),
    T4(D),
    T5(E),
    T6(F),
    T7(G),
    T8(H),
}

Variants

Methods

impl<A, B, C, D, E, F, G, H> Fed8<A, B, C, D, E, F, G, H>
[src]

impl<A, B, C, D, E, F, G, H> Fed8<A, B, C, D, E, F, G, H>
[src]

Trait Implementations

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

Formats the value using the given formatter.

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

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

This method tests for !=.

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

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

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

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

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

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

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

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

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

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

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.