pub struct DemandWeighted;Expand description
Position idle elevators near stops with historically high demand.
Reads per-stop throughput from the MetricTags system to weight
stop positions. Idle elevators are assigned to the highest-demand
stops that don’t already have an elevator nearby.
Trait Implementations§
Source§impl RepositionStrategy for DemandWeighted
impl RepositionStrategy for DemandWeighted
Auto Trait Implementations§
impl Freeze for DemandWeighted
impl RefUnwindSafe for DemandWeighted
impl Send for DemandWeighted
impl Sync for DemandWeighted
impl Unpin for DemandWeighted
impl UnsafeUnpin for DemandWeighted
impl UnwindSafe for DemandWeighted
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