Struct map_model::pathfind::vehicles::VehiclePathfinder [−][src]
pub struct VehiclePathfinder {
nodes: NodeMap<Node>,
uber_turns: Vec<UberTurnV2>,
constraints: PathConstraints,
params: RoutingParams,
pub engine: PathfindEngine,
}
Fields
nodes: NodeMap<Node>
uber_turns: Vec<UberTurnV2>
constraints: PathConstraints
params: RoutingParams
engine: PathfindEngine
Implementations
pub fn new(
map: &Map,
constraints: PathConstraints,
params: &RoutingParams,
engine: &CreateEngine<'_>
) -> VehiclePathfinder
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for VehiclePathfinder
impl Send for VehiclePathfinder
impl Sync for VehiclePathfinder
impl Unpin for VehiclePathfinder
impl UnwindSafe for VehiclePathfinder
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self