Struct vrp_core::models::problem::VehicleDetail [−][src]
pub struct VehicleDetail {
pub start: Option<VehiclePlace>,
pub end: Option<VehiclePlace>,
}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
impl Clone for VehicleDetail[src]
impl Clone for VehicleDetail[src]fn clone(&self) -> VehicleDetail[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Eq for VehicleDetail[src]
impl Eq for VehicleDetail[src]impl Hash for VehicleDetail[src]
impl Hash for VehicleDetail[src]impl PartialEq<VehicleDetail> for VehicleDetail[src]
impl PartialEq<VehicleDetail> for VehicleDetail[src]fn eq(&self, other: &VehicleDetail) -> bool[src]
fn ne(&self, other: &VehicleDetail) -> bool[src]
impl StructuralEq for VehicleDetail[src]
impl StructuralEq for VehicleDetail[src]impl StructuralPartialEq for VehicleDetail[src]
impl StructuralPartialEq for VehicleDetail[src]Auto Trait Implementations
impl RefUnwindSafe for VehicleDetail
impl RefUnwindSafe for VehicleDetailimpl Send for VehicleDetail
impl Send for VehicleDetailimpl Sync for VehicleDetail
impl Sync for VehicleDetailimpl Unpin for VehicleDetail
impl Unpin for VehicleDetailimpl UnwindSafe for VehicleDetail
impl UnwindSafe for VehicleDetail