Struct sorted::AscendingOrder
[−]
[src]
pub struct AscendingOrder;
Trait Implementations
impl Debug for AscendingOrder[src]
impl Clone for AscendingOrder[src]
fn clone(&self) -> AscendingOrder
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 AscendingOrder[src]
impl<T> SortOrder<T> for AscendingOrder where
T: Ord + Clone, [src]
T: Ord + Clone,