pub struct NearestIdle;Expand description
No-op strategy: idle elevators stay where they stopped.
Use this to disable repositioning for a group while keeping the repositioning phase active for other groups.
Trait Implementations§
Source§impl RepositionStrategy for NearestIdle
impl RepositionStrategy for NearestIdle
Auto Trait Implementations§
impl Freeze for NearestIdle
impl RefUnwindSafe for NearestIdle
impl Send for NearestIdle
impl Sync for NearestIdle
impl Unpin for NearestIdle
impl UnsafeUnpin for NearestIdle
impl UnwindSafe for NearestIdle
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