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 VehicleDetail
impl Send for VehicleDetail
impl Sync for VehicleDetail
impl Unpin for VehicleDetail
impl UnwindSafe for VehicleDetail
Blanket Implementations
Mutably borrows from an owned value. Read more