Enum raw_map::ExtraPOIType
source · pub enum ExtraPOIType {
LondonUndergroundStation(String),
NationalRailStation(String),
}
Variants§
Trait Implementations§
source§impl Clone for ExtraPOIType
impl Clone for ExtraPOIType
source§fn clone(&self) -> ExtraPOIType
fn clone(&self) -> ExtraPOIType
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 ExtraPOIType
impl Debug for ExtraPOIType
source§impl<'de> Deserialize<'de> for ExtraPOIType
impl<'de> Deserialize<'de> for ExtraPOIType
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
Auto Trait Implementations§
impl Freeze for ExtraPOIType
impl RefUnwindSafe for ExtraPOIType
impl Send for ExtraPOIType
impl Sync for ExtraPOIType
impl Unpin for ExtraPOIType
impl UnwindSafe for ExtraPOIType
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