Enum vrp_core::models::LockOrder [−][src]
pub enum LockOrder {
Any,
Sequence,
Strict,
}Expand description
An enumeration which specifies how jobs should be ordered in tour.
Variants
Expand description
Jobs can be reshuffled in any order.
Expand description
Jobs cannot be reshuffled, but new job can be inserted in between.
Expand description
Jobs cannot be reshuffled and no jobs can be inserted in between.
Auto Trait Implementations
impl RefUnwindSafe for LockOrder
impl Send for LockOrder
impl Sync for LockOrder
impl Unpin for LockOrder
impl UnwindSafe for LockOrder
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>,