pub enum Ordering {
Id,
StartTime,
EndTime,
SubmitTime,
}Expand description
The possible orderings in which jobs can be returned
These are usually combined with a bool in use, indicating
whether the order is to be ascending or descending.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ordering
impl RefUnwindSafe for Ordering
impl Send for Ordering
impl Sync for Ordering
impl Unpin for Ordering
impl UnwindSafe for Ordering
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