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 moresource§impl Hash for VehiclePlace
impl Hash for VehiclePlace
source§impl PartialEq<VehiclePlace> for VehiclePlace
impl PartialEq<VehiclePlace> for VehiclePlace
source§fn eq(&self, other: &VehiclePlace) -> bool
fn eq(&self, other: &VehiclePlace) -> bool
This method tests for
self and other values to be equal, and is used
by ==.