pub struct PhaseRingBook<'a> { /* private fields */ }Expand description
Defines a book of phase rings in a traffic rule system.
Implementations§
Source§impl<'a> PhaseRingBook<'a>
impl<'a> PhaseRingBook<'a>
Sourcepub fn get_phase_rings_ids(&self) -> Vec<String>
pub fn get_phase_rings_ids(&self) -> Vec<String>
Returns the ids of all PhaseRings in the PhaseRingBook.
§Returns
A vector of strings representing the ids of all PhaseRings in the PhaseRingBook.
Auto Trait Implementations§
impl<'a> Freeze for PhaseRingBook<'a>
impl<'a> RefUnwindSafe for PhaseRingBook<'a>
impl<'a> !Send for PhaseRingBook<'a>
impl<'a> !Sync for PhaseRingBook<'a>
impl<'a> Unpin for PhaseRingBook<'a>
impl<'a> UnwindSafe for PhaseRingBook<'a>
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