Enum gtfs_server::models::pickup::PickUp[][src]

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

Variants

Methods

impl PickUp
[src]

Trait Implementations

impl Debug for PickUp
[src]

Formats the value using the given formatter. Read more

impl Hash for PickUp
[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 PickUp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for PickUp

impl Sync for PickUp