Enum vrp_core::models::LockPosition
source · [−]pub enum LockPosition {
Any,
Departure,
Arrival,
Fixed,
}Expand description
An enumeration which specifies how other jobs can be inserted in tour.
Variants
Any
No specific position.
Departure
First job follows departure.
Arrival
Last job is before arrival.
Fixed
First and last jobs should be between departure and arrival.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LockPosition
impl Send for LockPosition
impl Sync for LockPosition
impl Unpin for LockPosition
impl UnwindSafe for LockPosition
Blanket Implementations
Mutably borrows from an owned value. Read more