pub struct Descending;Expand description
An iteration order that starts with the largest end/items and ends with the smallest.
Auto Trait Implementations§
impl Freeze for Descending
impl RefUnwindSafe for Descending
impl Send for Descending
impl Sync for Descending
impl Unpin for Descending
impl UnwindSafe for Descending
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