Struct map_model::connectivity::WalkingOptions [−][src]
Fields
allow_shoulders: bool
If true, allow walking on shoulders.
walking_speed: Speed
Implementations
impl WalkingOptions
[src]
impl WalkingOptions
[src]pub fn default() -> WalkingOptions
[src]
pub fn common_speeds() -> Vec<(&'static str, Speed)>
[src]
pub fn default_speed() -> Speed
[src]
Trait Implementations
impl Clone for WalkingOptions
[src]
impl Clone for WalkingOptions
[src]fn clone(&self) -> WalkingOptions
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for WalkingOptions
impl Send for WalkingOptions
impl Sync for WalkingOptions
impl Unpin for WalkingOptions
impl UnwindSafe for WalkingOptions
Blanket Implementations
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>,