Enum coalesce::Coalesce4 [] [src]

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

Variants

Methods

impl<A, B, C, D> Coalesce4<A, B, C, D>
[src]

Trait Implementations

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

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

Formats the value using the given formatter.

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

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

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

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

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

This method tests for !=.

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

impl<A: PartialOrd, B: PartialOrd, C: PartialOrd, D: PartialOrd> PartialOrd for Coalesce4<A, B, C, D>
[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: Ord, B: Ord, C: Ord, D: Ord> Ord for Coalesce4<A, B, C, D>
[src]

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