Enum fifteen_min::isochrone::Options [−][src]
pub enum Options { Walking(WalkingOptions), Biking, }
The constraints on how we’re moving.
Variants
Walking(WalkingOptions)
Implementations
impl Options
[src]
impl Options
[src]pub fn times_from(
self,
map: &Map,
starts: Vec<Spot>
) -> HashMap<BuildingID, Duration>
[src]
self,
map: &Map,
starts: Vec<Spot>
) -> HashMap<BuildingID, Duration>
Calculate the quickest time to reach buildings across the map from any of the starting points, subject to the walking/biking settings configured in these Options.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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>,