Struct vrp_core::models::LockDetail
source · [−]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
sourceimpl LockDetail
impl LockDetail
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more