Struct vrp_core::models::problem::Place [−][src]
pub struct Place {
pub location: Option<Location>,
pub duration: Duration,
pub times: Vec<TimeSpan>,
}Represents a job place details where and/or when work has to be performed.
Fields
location: Option<Location>Location where work has to be performed.
duration: DurationTime has to be spend performing work.
times: Vec<TimeSpan>Time data which specifies when work can be started.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Place
impl RefUnwindSafe for Placeimpl UnwindSafe for Place
impl UnwindSafe for Place