pub struct Route {
pub actor: Arc<Actor>,
pub tour: Tour,
}Expand description
Represents a tour performing jobs.
Fields§
§actor: Arc<Actor>An actor associated within route.
tour: TourSpecifies job tour assigned to this route.
pub struct Route {
pub actor: Arc<Actor>,
pub tour: Tour,
}Represents a tour performing jobs.
actor: Arc<Actor>An actor associated within route.
tour: TourSpecifies job tour assigned to this route.