Enum fed::Fed1 [] [src]

pub enum Fed1<A> {
    T1(A),
}

Variants

Methods

impl<A> Fed1<A>
[src]

Trait Implementations

impl<A: Debug> Debug for Fed1<A>
[src]

Formats the value using the given formatter.

impl<A: Copy> Copy for Fed1<A>
[src]

impl<A: Clone> Clone for Fed1<A>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<A: PartialEq> PartialEq for Fed1<A>
[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> PartialOrd for Fed1<A>
[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> Eq for Fed1<A>
[src]

impl<A: Ord> Ord for Fed1<A>
[src]

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

impl<A: Hash> Hash for Fed1<A>
[src]

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

Feeds a slice of this type into the state provided.

impl<A: Default> Default for Fed1<A>
[src]

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

impl<A> From<A> for Fed1<A>
[src]

Performs the conversion.

impl<A: Sized> Is_<A> for Fed1<A>
[src]

impl<'a, A: Sized> Is_<A> for &'a Fed1<A>
[src]

impl<A: Sized> Extract_<A> for Fed1<A>
[src]

impl<A: Sized> MapSame_<A> for Fed1<A>
[src]