Struct vrp_core::models::LockDetail [−][src]
pub struct LockDetail {
pub order: LockOrder,
pub position: LockPosition,
pub jobs: Vec<Job>,
}Expand description
Specifies lock details.
Fields
order: LockOrderLock order.
position: LockPositionLock position.
jobs: Vec<Job>Jobs affected by the lock.
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LockDetailimpl Send for LockDetailimpl Sync for LockDetailimpl Unpin for LockDetailimpl !UnwindSafe for LockDetail