pub struct DescendingOrder;Expand description
Order the results of a query in descending order.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DescendingOrder
impl RefUnwindSafe for DescendingOrder
impl Send for DescendingOrder
impl Sync for DescendingOrder
impl TypesNotEqual 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