Enum gtfs_server::models::dropoff::DropOff[][src]

pub enum DropOff {
    RegularlyScheduled,
    NotAvailable,
    MustArrangeWithAgency,
    MustCoordinateWithDriver,
}

Variants

Methods

impl DropOff
[src]

Trait Implementations

impl Debug for DropOff
[src]

Formats the value using the given formatter. Read more

impl Hash for DropOff
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for DropOff
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for DropOff

impl Sync for DropOff