Struct teardown_tree::KeyInterval [] [src]

pub struct KeyInterval<K: Ord + Clone> { /* fields omitted */ }

Methods

impl<K: Ord + Clone> KeyInterval<K>
[src]

Trait Implementations

impl<K: Debug + Ord + Clone> Debug for KeyInterval<K>
[src]

Formats the value using the given formatter.

impl<K: Clone + Ord + Clone> Clone for KeyInterval<K>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: Copy + Ord + Clone> Copy for KeyInterval<K>
[src]

impl<K: Ord + Clone> Interval for KeyInterval<K>
[src]

impl<K: Ord + Clone> From<Range<K>> for KeyInterval<K>
[src]

Performs the conversion.

impl<K: Ord + Clone> PartialEq for KeyInterval<K>
[src]

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

This method tests for !=.

impl<K: Ord + Clone> Eq for KeyInterval<K>
[src]

impl<K: Ord + Clone> PartialOrd for KeyInterval<K>
[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<K: Ord + Clone> Ord for KeyInterval<K>
[src]

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