Struct vrp_core::models::problem::ActorDetail
source · pub struct ActorDetail {
pub start: Option<VehiclePlace>,
pub end: Option<VehiclePlace>,
pub time: TimeWindow,
}Expand description
Represents an actor detail.
Fields§
§start: Option<VehiclePlace>A place where actor’s vehicle starts.
end: Option<VehiclePlace>A place where actor’s vehicle ends.
time: TimeWindowTime window when actor allowed to work.
Trait Implementations§
source§impl Clone for ActorDetail
impl Clone for ActorDetail
source§fn clone(&self) -> ActorDetail
fn clone(&self) -> ActorDetail
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more