diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html index 77a6acf4bd..6cf5be47c8 100644 --- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html +++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html @@ -1,3 +1,3 @@ game::pregame::built_info::BUILT_TIME_UTC - Rust

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 23 Oct 2020 19:18:41 +0000";

The built-time in RFC2822, UTC

+ Change settings

[][src]Constant game::pregame::built_info::BUILT_TIME_UTC

pub const BUILT_TIME_UTC: &str = "Fri, 23 Oct 2020 19:57:31 +0000";

The built-time in RFC2822, UTC

\ No newline at end of file diff --git a/rustdoc/map_model/objects/stop_signs/index.html b/rustdoc/map_model/objects/stop_signs/index.html index 973729c67e..c5a845a339 100644 --- a/rustdoc/map_model/objects/stop_signs/index.html +++ b/rustdoc/map_model/objects/stop_signs/index.html @@ -1,3 +1,3 @@ map_model::objects::stop_signs - Rust

[][src]Module map_model::objects::stop_signs

Structs

+ Change settings

[][src]Module map_model::objects::stop_signs

Structs

ControlStopSign
RoadWithStopSign
\ No newline at end of file diff --git a/rustdoc/map_model/objects/stop_signs/struct.ControlStopSign.html b/rustdoc/map_model/objects/stop_signs/struct.ControlStopSign.html index 2cc4dc8d16..89b8b6b13c 100644 --- a/rustdoc/map_model/objects/stop_signs/struct.ControlStopSign.html +++ b/rustdoc/map_model/objects/stop_signs/struct.ControlStopSign.html @@ -3,10 +3,9 @@ pub id: IntersectionID, pub roads: BTreeMap<RoadID, RoadWithStopSign>, }

- Fields

id: IntersectionIDroads: BTreeMap<RoadID, RoadWithStopSign>

Implementations

impl ControlStopSign[src]

pub fn new(map: &Map, id: IntersectionID) -> ControlStopSign[src]

pub fn get_priority(&self, turn: TurnID, map: &Map) -> Option<TurnPriority>[src]

Get the priority of a turn according to the stop sign -- either protected or yield, never -banned. The result is None if the turn doesn't exist -- this can happen in the middle of -resolving live map edits.

-

pub fn flip_sign(&mut self, r: RoadID)[src]

Trait Implementations

impl Clone for ControlStopSign[src]