Struct importer::Job [−][src]
pub(crate) struct Job { city: CityName, osm_to_raw: bool, raw_to_map: bool, scenario: bool, city_overview: bool, only_map: Option<String>, }
Fields
city: CityName
osm_to_raw: bool
raw_to_map: bool
scenario: bool
city_overview: bool
only_map: Option<String>
Implementations
impl Job
[src]
impl Job
[src]pub(crate) async fn run(
self,
config: &ImporterConfiguration,
opts: RawToMapOptions,
timer: &mut Timer<'_>
)
[src]
self,
config: &ImporterConfiguration,
opts: RawToMapOptions,
timer: &mut Timer<'_>
)
Auto Trait Implementations
impl RefUnwindSafe for Job
impl Send for Job
impl Sync for Job
impl Unpin for Job
impl UnwindSafe for Job
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,