pub enum EdgeUse {
Show 22 variants
Road,
Ramp,
TurnChannel,
Track,
Driveway,
Alley,
ParkingAisle,
EmergencyAccess,
DriveThrough,
Culdesac,
Cycleway,
MountainBike,
Sidewalk,
Footway,
Steps,
Ferry,
RailFerry,
ServiceRoad,
Path,
LivingStreet,
PedestrianCrossing,
Other,
}Expand description
Use type of an edge.
Variants§
Road
Standard road
Ramp
Ramp (highway on/off)
TurnChannel
Turn channel
Track
Track
Driveway
Driveway
Alley
Alley
ParkingAisle
Parking aisle
EmergencyAccess
Emergency access
DriveThrough
Drive through
Culdesac
Cul-de-sac
Cycleway
Cycleway
MountainBike
Mountain bike trail
Sidewalk
Sidewalk
Footway
Footway
Steps
Steps/stairs
Ferry
Ferry
RailFerry
Rail ferry
ServiceRoad
Service road
Path
Path
LivingStreet
Living street
PedestrianCrossing
Pedestrian crossing
Other
Other use
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EdgeUse
impl<'de> Deserialize<'de> for EdgeUse
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 EdgeUse
impl Eq for EdgeUse
impl StructuralPartialEq for EdgeUse
Auto Trait Implementations§
impl Freeze for EdgeUse
impl RefUnwindSafe for EdgeUse
impl Send for EdgeUse
impl Sync for EdgeUse
impl Unpin for EdgeUse
impl UnsafeUnpin for EdgeUse
impl UnwindSafe for EdgeUse
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.