Enum gtfs_structures::RouteType [] [src]

pub enum RouteType {
    Tramway,
    Subway,
    Rail,
    Bus,
    Ferry,
    CableCar,
    Gondola,
    Funicular,
}

Variants

Trait Implementations

impl Default for RouteType
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RouteType
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for RouteType
[src]

impl Clone for RouteType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for RouteType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

Auto Trait Implementations

impl Send for RouteType

impl Sync for RouteType