Struct sorted::DescendingOrder [] [src]

pub struct DescendingOrder;

Trait Implementations

impl Debug for DescendingOrder
[src]

Formats the value using the given formatter.

impl Clone for DescendingOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DescendingOrder
[src]

impl<T> SortOrder<T> for DescendingOrder where
    T: Ord + Clone
[src]