pub enum EditIntersectionControl {
StopSign(ControlStopSign),
TrafficSignal(TrafficSignal),
Closed,
}
Variants§
Trait Implementations§
source§impl Clone for EditIntersectionControl
impl Clone for EditIntersectionControl
source§fn clone(&self) -> EditIntersectionControl
fn clone(&self) -> EditIntersectionControl
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 EditIntersectionControl
impl Debug for EditIntersectionControl
source§impl PartialEq for EditIntersectionControl
impl PartialEq for EditIntersectionControl
source§fn eq(&self, other: &EditIntersectionControl) -> bool
fn eq(&self, other: &EditIntersectionControl) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for EditIntersectionControl
Auto Trait Implementations§
impl Freeze for EditIntersectionControl
impl RefUnwindSafe for EditIntersectionControl
impl Send for EditIntersectionControl
impl Sync for EditIntersectionControl
impl Unpin for EditIntersectionControl
impl UnwindSafe for EditIntersectionControl
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