pub struct Phase { /* private fields */ }Expand description
Defines a phase in a traffic rule system.
A phase represents a specific state or configuration of traffic signals and semantic rules within a traffic control system. Each phase has a unique identifier and may include various traffic signal states and rule configurations that dictate how traffic should behave during that phase.
Implementations§
Auto Trait Implementations§
impl Freeze for Phase
impl RefUnwindSafe for Phase
impl !Send for Phase
impl !Sync for Phase
impl Unpin for Phase
impl UnwindSafe for Phase
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