Enum gtfs_server::models::dropoff::DropOff [−][src]
pub enum DropOff {
RegularlyScheduled,
NotAvailable,
MustArrangeWithAgency,
MustCoordinateWithDriver,
}Variants
RegularlyScheduledNotAvailableMustArrangeWithAgencyMustCoordinateWithDriver
Methods
impl DropOff[src]
impl DropOffpub fn from_string(input: &str) -> DropOff[src]
pub fn from_string(input: &str) -> DropOffTrait Implementations
impl Debug for DropOff[src]
impl Debug for DropOfffn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Hash for DropOff[src]
impl Hash for DropOfffn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Clone for DropOff[src]
impl Clone for DropOff