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