Enum map_model::EditIntersection
source · [−]pub enum EditIntersection {
StopSign(ControlStopSign),
TrafficSignal(TrafficSignal),
Closed,
}
Variants
StopSign(ControlStopSign)
TrafficSignal(TrafficSignal)
Closed
Implementations
sourceimpl EditIntersection
impl EditIntersection
fn to_permanent(&self, map: &Map) -> PermanentEditIntersection
Trait Implementations
sourceimpl Clone for EditIntersection
impl Clone for EditIntersection
sourcefn clone(&self) -> EditIntersection
fn clone(&self) -> EditIntersection
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for EditIntersection
impl Debug for EditIntersection
sourceimpl PartialEq<EditIntersection> for EditIntersection
impl PartialEq<EditIntersection> for EditIntersection
sourcefn eq(&self, other: &EditIntersection) -> bool
fn eq(&self, other: &EditIntersection) -> bool
impl StructuralPartialEq for EditIntersection
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more