Enum valhalla_client::TransitStopType
source · #[repr(u8)]pub enum TransitStopType {
Stop,
Station,
}
Variants§
Trait Implementations§
source§impl Clone for TransitStopType
impl Clone for TransitStopType
source§fn clone(&self) -> TransitStopType
fn clone(&self) -> TransitStopType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TransitStopType
impl Debug for TransitStopType
source§impl<'de> Deserialize<'de> for TransitStopType
impl<'de> Deserialize<'de> for TransitStopType
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Copy for TransitStopType
Auto Trait Implementations§
impl RefUnwindSafe for TransitStopType
impl Send for TransitStopType
impl Sync for TransitStopType
impl Unpin for TransitStopType
impl UnwindSafe for TransitStopType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more