Enum vrp_core::models::LockPosition [−][src]
pub enum LockPosition {
Any,
Departure,
Arrival,
Fixed,
}An enumeration which specifies how other jobs can be inserted in tour.
Variants
No specific position.
First job follows departure.
Last job is before arrival.
First and last jobs should be between departure and arrival.
Trait Implementations
impl Clone for LockPosition[src]
impl Clone for LockPosition[src]fn clone(&self) -> LockPosition[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for LockPosition
impl RefUnwindSafe for LockPositionimpl Send for LockPosition
impl Send for LockPositionimpl Sync for LockPosition
impl Sync for LockPositionimpl Unpin for LockPosition
impl Unpin for LockPositionimpl UnwindSafe for LockPosition
impl UnwindSafe for LockPosition