Enum raw_map::RawTransitType
source · pub enum RawTransitType {
Bus,
Train,
}
Variants§
Trait Implementations§
source§impl Clone for RawTransitType
impl Clone for RawTransitType
source§fn clone(&self) -> RawTransitType
fn clone(&self) -> RawTransitType
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 RawTransitType
impl Debug for RawTransitType
source§impl<'de> Deserialize<'de> for RawTransitType
impl<'de> Deserialize<'de> for RawTransitType
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
source§impl PartialEq for RawTransitType
impl PartialEq for RawTransitType
source§fn eq(&self, other: &RawTransitType) -> bool
fn eq(&self, other: &RawTransitType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for RawTransitType
impl Serialize for RawTransitType
impl StructuralPartialEq for RawTransitType
Auto Trait Implementations§
impl Freeze for RawTransitType
impl RefUnwindSafe for RawTransitType
impl Send for RawTransitType
impl Sync for RawTransitType
impl Unpin for RawTransitType
impl UnwindSafe for RawTransitType
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