Struct vrp_core::models::problem::ActorDetail [−][src]
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: TimeWindow
Time window when actor allowed to work.
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 ActorDetail
impl Send for ActorDetail
impl Sync for ActorDetail
impl Unpin for ActorDetail
impl UnwindSafe for ActorDetail
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V