pub struct DescendingOrder;
Trait Implementations§
Source§impl Clone for DescendingOrder
impl Clone for DescendingOrder
Source§fn clone(&self) -> DescendingOrder
fn clone(&self) -> DescendingOrder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DescendingOrder
impl Debug for DescendingOrder
Source§impl<T> SortOrder<T> for DescendingOrder
impl<T> SortOrder<T> for DescendingOrder
impl Copy for DescendingOrder
Auto Trait Implementations§
impl Freeze for DescendingOrder
impl RefUnwindSafe for DescendingOrder
impl Send for DescendingOrder
impl Sync for DescendingOrder
impl Unpin for DescendingOrder
impl UnwindSafe for DescendingOrder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more