Enum gtfs_server::models::pickup::PickUp [−][src]
pub enum PickUp { RegularlyScheduled, NotAvailable, MustArrangeWithAgency, MustCoordinateWithDriver, }
Variants
RegularlyScheduled
NotAvailable
MustArrangeWithAgency
MustCoordinateWithDriver
Methods
impl PickUp
[src]
impl PickUp
pub fn from_string(input: &str) -> PickUp
[src]
pub fn from_string(input: &str) -> PickUp
Trait Implementations
impl Debug for PickUp
[src]
impl Debug for PickUp
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Hash for PickUp
[src]
impl Hash for PickUp
fn 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 PickUp
[src]
impl Clone for PickUp