Struct sorted::DescendingOrder
[−]
[src]
pub struct DescendingOrder;
Trait Implementations
impl Debug for DescendingOrder[src]
impl Clone for DescendingOrder[src]
fn clone(&self) -> DescendingOrder
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for DescendingOrder[src]
impl<T> SortOrder<T> for DescendingOrder where
T: Ord + Clone, [src]
T: Ord + Clone,