Struct map_model::objects::stop_signs::ControlStopSign [−][src]
pub struct ControlStopSign { pub id: IntersectionID, pub roads: BTreeMap<RoadID, RoadWithStopSign>, }
Fields
id: IntersectionID
roads: BTreeMap<RoadID, RoadWithStopSign>
Only roads incoming to the intersection are listed here.
Implementations
impl ControlStopSign
[src]
impl ControlStopSign
[src]pub fn new(map: &Map, id: IntersectionID) -> ControlStopSign
[src]
pub fn get_priority(&self, turn: TurnID, map: &Map) -> TurnPriority
[src]
Get the priority of a turn according to the stop sign – either protected or yield, never banned.
pub fn flip_sign(&mut self, r: RoadID)
[src]
Trait Implementations
impl Clone for ControlStopSign
[src]
impl Clone for ControlStopSign
[src]fn clone(&self) -> ControlStopSign
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ControlStopSign
[src]
impl<'de> Deserialize<'de> for ControlStopSign
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<ControlStopSign> for ControlStopSign
[src]
impl PartialEq<ControlStopSign> for ControlStopSign
[src]fn eq(&self, other: &ControlStopSign) -> bool
[src]
fn ne(&self, other: &ControlStopSign) -> bool
[src]
impl Serialize for ControlStopSign
[src]
impl Serialize for ControlStopSign
[src]impl StructuralPartialEq for ControlStopSign
[src]
Auto Trait Implementations
impl RefUnwindSafe for ControlStopSign
impl Send for ControlStopSign
impl Sync for ControlStopSign
impl Unpin for ControlStopSign
impl UnwindSafe for ControlStopSign
Blanket Implementations
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]pub fn instrument(self, span: Span) -> Instrumented<Self>
[src]
pub fn in_current_span(self) -> Instrumented<Self>
[src]
impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,