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: LockOrderExpand description
Lock order.
position: LockPositionExpand description
Lock position.
jobs: Vec<Job>Expand description
Jobs affected by the lock.
Implementations
impl LockDetail[src]
impl LockDetail[src]Auto Trait Implementations
impl !RefUnwindSafe for LockDetail
impl Send for LockDetail
impl Sync for LockDetail
impl Unpin for LockDetail
impl !UnwindSafe for LockDetail
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,