Enum map_model::edits::EditIntersection [−][src]
pub enum EditIntersection {
StopSign(ControlStopSign),
TrafficSignal(TrafficSignal),
Closed,
}
Variants
StopSign(ControlStopSign)
Tuple Fields
TrafficSignal(TrafficSignal)
Tuple Fields
Closed
Implementations
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for EditIntersection
impl Send for EditIntersection
impl Sync for EditIntersection
impl Unpin for EditIntersection
impl UnwindSafe for EditIntersection
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self