pub struct Edd;Expand description
Earliest Due Date.
Prioritizes tasks with earlier deadlines. Tasks without deadlines are assigned lowest priority.
§Reference
Jackson (1955), optimal for minimizing maximum lateness on single machine.
Trait Implementations§
Source§impl DispatchingRule for Edd
impl DispatchingRule for Edd
impl Copy for Edd
Auto Trait Implementations§
impl Freeze for Edd
impl RefUnwindSafe for Edd
impl Send for Edd
impl Sync for Edd
impl Unpin for Edd
impl UnsafeUnpin for Edd
impl UnwindSafe for Edd
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