Enum transitfeed::PickupType [] [src]

pub enum PickupType {
    RegularlyScheduled,
    NoPickupAvailable,
    MustPhoneAgency,
    MustCoordinateWithDriver,
}

PickupType for StopTime

Variants

RegularlyScheduledNoPickupAvailableMustPhoneAgencyMustCoordinateWithDriver

Trait Implementations

impl Debug for PickupType
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.