pub enum GeospatialLayerId {
Show 38 variants
ArrowMarking,
Bollard,
BusStopLocation,
ControlBox,
ConvexMirror,
CoveredLinkWay,
CyclingPath,
CyclingPathConstruction,
DetectorLoop,
EmergencyGate,
ERPGantry,
Footpath,
GuardRail,
KerbLine,
LampPost,
LaneMarking,
ParkingStandardsZone,
PassengerPickupBay,
PedestrianOverheadBridgeOrUnderPass,
RailConstruction,
Railing,
RetainingWall,
RoadConstruction,
RoadCrossing,
RoadHump,
RoadSectionLine,
SchoolZone,
SilverZone,
SpeedRegulatingStrip,
StreetPaint,
TaxiStand,
TrafficLight,
TrafficSign,
TrainStation,
TrainStationExit,
VehicularBridgeOrFlyoverOrUnderpass,
WordMarking,
Unknown,
}
Variants§
ArrowMarking
Bollard
BusStopLocation
ControlBox
ConvexMirror
CoveredLinkWay
CyclingPath
CyclingPathConstruction
DetectorLoop
EmergencyGate
ERPGantry
Footpath
GuardRail
KerbLine
LampPost
LaneMarking
ParkingStandardsZone
PassengerPickupBay
PedestrianOverheadBridgeOrUnderPass
RailConstruction
Railing
RetainingWall
RoadConstruction
RoadCrossing
RoadHump
RoadSectionLine
SchoolZone
SilverZone
SpeedRegulatingStrip
StreetPaint
TaxiStand
TrafficLight
TrafficSign
TrainStation
TrainStationExit
VehicularBridgeOrFlyoverOrUnderpass
WordMarking
Unknown
Trait Implementations§
source§impl Clone for GeospatialLayerId
impl Clone for GeospatialLayerId
source§fn clone(&self) -> GeospatialLayerId
fn clone(&self) -> GeospatialLayerId
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 GeospatialLayerId
impl Debug for GeospatialLayerId
source§impl Default for GeospatialLayerId
impl Default for GeospatialLayerId
source§fn default() -> GeospatialLayerId
fn default() -> GeospatialLayerId
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GeospatialLayerId
impl<'de> Deserialize<'de> for GeospatialLayerId
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 GeospatialLayerId
impl PartialEq for GeospatialLayerId
source§fn eq(&self, other: &GeospatialLayerId) -> bool
fn eq(&self, other: &GeospatialLayerId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for GeospatialLayerId
impl Serialize for GeospatialLayerId
impl StructuralPartialEq for GeospatialLayerId
Auto Trait Implementations§
impl RefUnwindSafe for GeospatialLayerId
impl Send for GeospatialLayerId
impl Sync for GeospatialLayerId
impl Unpin for GeospatialLayerId
impl UnwindSafe for GeospatialLayerId
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