pub struct Sro;Expand description
Slack per Remaining Operations.
S/RO = slack / remaining_operation_count. Accounts for the number of remaining steps, not just total work.
Trait Implementations§
Source§impl DispatchingRule for Sro
impl DispatchingRule for Sro
impl Copy for Sro
Auto Trait Implementations§
impl Freeze for Sro
impl RefUnwindSafe for Sro
impl Send for Sro
impl Sync for Sro
impl Unpin for Sro
impl UnsafeUnpin for Sro
impl UnwindSafe for Sro
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