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 VehiclePlaceimpl Send for VehiclePlaceimpl Sync for VehiclePlaceimpl Unpin for VehiclePlaceimpl UnwindSafe for VehiclePlaceBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V