Struct gtfs_server::models::api::stopdistance::StopDistance[][src]

pub struct StopDistance {
    pub stop: Stop,
    pub distance: f64,
}

Fields

Trait Implementations

impl Debug for StopDistance
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StopDistance

impl Sync for StopDistance