Struct sorted::KeyOrder [] [src]

pub struct KeyOrder<K, O> { /* fields omitted */ }

Trait Implementations

impl<K: Debug, O: Debug> Debug for KeyOrder<K, O>
[src]

Formats the value using the given formatter.

impl<K: Clone, O: Clone> Clone for KeyOrder<K, O>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: Copy, O: Copy> Copy for KeyOrder<K, O>
[src]

impl<T, K, O> SortOrder<T> for KeyOrder<K, O> where
    K: Key<T> + Copy,
    O: SortOrder<K::Key>, 
[src]