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