Struct vrp_core::models::problem::VehiclePlace [−][src]
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for VehiclePlace
impl Send for VehiclePlace
impl Sync for VehiclePlace
impl Unpin for VehiclePlace
impl UnwindSafe for VehiclePlace
Blanket Implementations
Mutably borrows from an owned value. Read more