Struct map_model::connectivity::walking::WalkingOptions
source · [−]Fields
allow_shoulders: bool
If true, allow walking on shoulders.
walking_speed: Speed
Implementations
sourceimpl WalkingOptions
impl WalkingOptions
Trait Implementations
sourceimpl Clone for WalkingOptions
impl Clone for WalkingOptions
sourcefn clone(&self) -> WalkingOptions
fn clone(&self) -> WalkingOptions
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more