Struct kvvliveapi::Stop [] [src]

pub struct Stop {
    pub name: String,
    pub id: String,
    pub lat: f64,
    pub lon: f64,
}

Information about a tram station

Fields

human readable stop name

internal stop id

position latitude

position longitude

Trait Implementations

impl Debug for Stop
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for Stop
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for Stop
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Stop

impl Sync for Stop