Expand description
Commute information.
Fields
location: LocationA previous or next location.
distance: DistanceTravelled distance.
duration: DurationTravelled duration.
Implementations
Checks whether there is no distance costs for part of commute.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CommuteInfo
impl Send for CommuteInfo
impl Sync for CommuteInfo
impl Unpin for CommuteInfo
impl UnwindSafe for CommuteInfo
Blanket Implementations
Mutably borrows from an owned value. Read more