Struct vrp_core::models::problem::VehicleDetail [−][src]
pub struct VehicleDetail {
pub start: Option<VehiclePlace>,
pub end: Option<VehiclePlace>,
}Expand description
Represents a vehicle detail (vehicle shift).
Fields
start: Option<VehiclePlace>A place where vehicle starts.
end: Option<VehiclePlace>A place where vehicle ends.
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 VehicleDetailimpl Send for VehicleDetailimpl Sync for VehicleDetailimpl Unpin for VehicleDetailimpl UnwindSafe for VehicleDetailBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V