Struct dvb::Station [] [src]

pub struct Station<'a> {
    // some fields omitted
}

Modeling the endpoint "abfahrtsmonitor/Haltestelle".

Methods

impl<'a> Station<'a>
[src]

Creates new Station from station name. City defaults to "Dresden".

Modifies the stations city.

Trait Implementations

impl<'a> APIEndPoint for Station<'a>
[src]

Returns the content of the API endpoints response.

Returns the content of the API endpoints response parsed as JsonValue.