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: TimeWindowTime 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 ActorDetailimpl Send for ActorDetailimpl Sync for ActorDetailimpl Unpin for ActorDetailimpl UnwindSafe for ActorDetailBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V