Struct invert::PartialInvert [] [src]

pub struct PartialInvert<T: PartialOrd>(_);

Methods

impl<T: PartialOrd> PartialInvert<T>
[src]

[src]

[src]

[src]

Trait Implementations

impl<T: Clone + PartialOrd> Clone for PartialInvert<T>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Copy + PartialOrd> Copy for PartialInvert<T>
[src]

impl<T: Debug + PartialOrd> Debug for PartialInvert<T>
[src]

[src]

Formats the value using the given formatter.

impl<T: Hash + PartialOrd> Hash for PartialInvert<T>
[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<T: PartialEq + PartialOrd> PartialEq for PartialInvert<T>
[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<T: Eq + PartialOrd> Eq for PartialInvert<T>
[src]

impl<T: PartialOrd> PartialOrd for PartialInvert<T>
[src]

[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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