Struct rel::Core [] [src]

pub struct Core;

Trait Implementations

impl<A: ?Sized + PartialEq> PartialEquivalenceRelation<A> for Core
[src]

impl<A: ?Sized + Eq> EquivalenceRelation<A> for Core
[src]

impl<A: ?Sized + PartialOrd> PartialOrderRelation<A> for Core
[src]

impl<A: ?Sized + Ord> TotalOrderRelation<A> for Core
[src]

impl Debug for Core
[src]

Formats the value using the given formatter.

impl Clone for Core
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Core
[src]

impl Default for Core
[src]

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

impl PartialEq for Core
[src]

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

This method tests for !=.

impl Eq for Core
[src]

impl PartialOrd for Core
[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 Ord for Core
[src]

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