Struct vrp_core::models::problem::Single [−][src]
pub struct Single {
pub places: Vec<Place>,
pub dimens: Dimensions,
}Expand description
Represents a job which should be performed once but actual place/time might vary.
Fields
places: Vec<Place>Expand description
Specifies job details: where and when it can be performed.
dimens: DimensionsExpand description
Dimensions which contains extra work requirements.
Auto Trait Implementations
impl !RefUnwindSafe for Single
impl Send for Single
impl Sync for Single
impl Unpin for Single
impl !UnwindSafe for Single
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>,