Enum vrp_core::models::LockPosition [−][src]
pub enum LockPosition {
Any,
Departure,
Arrival,
Fixed,
}Expand description
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
Auto Trait Implementations
impl RefUnwindSafe for LockPositionimpl Send for LockPositionimpl Sync for LockPositionimpl Unpin for LockPositionimpl UnwindSafe for LockPositionBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V