Enum map_model::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<ExtraPOIType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ExtraPOIType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for ExtraPOIType
impl Serialize for ExtraPOIType
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. 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