Struct vrp_core::models::problem::VehiclePlace
source · pub struct VehiclePlace {
pub location: Location,
pub time: TimeInterval,
}Expand description
Specifies a vehicle place.
Fields§
§location: LocationLocation of a place.
time: TimeIntervalTime interval when vehicle is allowed to be at this place.
Trait Implementations§
source§impl Clone for VehiclePlace
impl Clone for VehiclePlace
source§fn clone(&self) -> VehiclePlace
fn clone(&self) -> VehiclePlace
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more