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 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