Struct vrp_core::models::problem::Driver [−][src]
pub struct Driver {
pub costs: Costs,
pub dimens: Dimensions,
pub details: Vec<DriverDetail>,
}Expand description
Represents a driver, person who drives Vehicle. Introduced to allow the following scenarios:
- reuse vehicle multiple times with different drivers
- solve best driver-vehicle match problem. NOTE: At the moment, it is not used.
Fields
costs: CostsExpand description
Specifies operating costs for driver.
dimens: DimensionsExpand description
Dimensions which contains extra work requirements.
details: Vec<DriverDetail>Expand description
Specifies driver details.
Auto Trait Implementations
impl !RefUnwindSafe for Driver
impl Send for Driver
impl Sync for Driver
impl Unpin for Driver
impl !UnwindSafe for Driver
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>,