Struct collection::Key [] [src]

pub struct Key<K>(_);

A key, K is usually T::Key where T: Keyed

Methods

impl<K> Key<K>
[src]

Construct a new Key

Trait Implementations

impl<K: Clone> Clone for Key<K>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: PartialEq> PartialEq for Key<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: Eq> Eq for Key<K>
[src]

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

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

impl<T> Meta<T> for Key<T::Key> where T: Val + Keyed
[src]

Construct a metadata value from &T

Merge two metadata values, (M, M) -> M