Struct vrp_core::models::problem::Actor [−][src]
pub struct Actor {
pub vehicle: Arc<Vehicle>,
pub driver: Arc<Driver>,
pub detail: ActorDetail,
}Represents an actor.
Fields
vehicle: Arc<Vehicle>A vehicle associated within actor.
driver: Arc<Driver>A driver associated within actor.
detail: ActorDetailSpecifies actor detail.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Actor
impl !RefUnwindSafe for Actorimpl !UnwindSafe for Actor
impl !UnwindSafe for Actor