Struct rel::ord::Dual [] [src]

pub struct Dual<Rel>(_);

Trait Implementations

impl<Rel: Debug> Debug for Dual<Rel>
[src]

Formats the value using the given formatter.

impl<Rel: Clone> Clone for Dual<Rel>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Rel: Copy> Copy for Dual<Rel>
[src]

impl<Rel: Default> Default for Dual<Rel>
[src]

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

impl<Rel: PartialEq> PartialEq for Dual<Rel>
[src]

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

This method tests for !=.

impl<Rel: Eq> Eq for Dual<Rel>
[src]

impl<Rel: PartialOrd> PartialOrd for Dual<Rel>
[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<Rel: Ord> Ord for Dual<Rel>
[src]

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

impl<A: ?Sized, Rel: PartialEquivalenceRelation<A>> PartialEquivalenceRelation<A> for Dual<Rel>
[src]

impl<A: ?Sized, Rel: EquivalenceRelation<A>> EquivalenceRelation<A> for Dual<Rel>
[src]

impl<A: ?Sized, Rel: PartialOrderRelation<A>> PartialOrderRelation<A> for Dual<Rel>
[src]

impl<A: ?Sized, Rel: TotalOrderRelation<A>> TotalOrderRelation<A> for Dual<Rel>
[src]