pub enum TrafficControlType {
Uncontrolled,
Yield,
Stop,
Signal,
}Expand description
Coarse traffic control semantics at a node, movement, or approach.
Variants§
Trait Implementations§
Source§impl Clone for TrafficControlType
impl Clone for TrafficControlType
Source§fn clone(&self) -> TrafficControlType
fn clone(&self) -> TrafficControlType
Returns a duplicate 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 TrafficControlType
impl Debug for TrafficControlType
Source§impl Default for TrafficControlType
impl Default for TrafficControlType
Source§fn default() -> TrafficControlType
fn default() -> TrafficControlType
Returns the “default value” for a type. Read more
Source§impl Hash for TrafficControlType
impl Hash for TrafficControlType
Source§impl PartialEq for TrafficControlType
impl PartialEq for TrafficControlType
impl Copy for TrafficControlType
impl Eq for TrafficControlType
impl StructuralPartialEq for TrafficControlType
Auto Trait Implementations§
impl Freeze for TrafficControlType
impl RefUnwindSafe for TrafficControlType
impl Send for TrafficControlType
impl Sync for TrafficControlType
impl Unpin for TrafficControlType
impl UnsafeUnpin for TrafficControlType
impl UnwindSafe for TrafficControlType
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