Struct map_model::pathfind::uber_turns::UberTurnV2 [−][src]
pub struct UberTurnV2 { pub path: Vec<MovementID>, }
A sequence of movements through a cluster of intersections. Like UberTurn, but at the granularity of directed roads, not lanes.
Fields
path: Vec<MovementID>
Implementations
impl UberTurnV2
[src]
impl UberTurnV2
[src]pub fn entry(&self) -> DirectedRoadID
[src]
pub fn exit(&self) -> DirectedRoadID
[src]
Trait Implementations
impl Clone for UberTurnV2
[src]
impl Clone for UberTurnV2
[src]fn clone(&self) -> UberTurnV2
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for UberTurnV2
[src]
impl<'de> Deserialize<'de> for UberTurnV2
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Ord for UberTurnV2
[src]
impl Ord for UberTurnV2
[src]impl PartialEq<UberTurnV2> for UberTurnV2
[src]
impl PartialEq<UberTurnV2> for UberTurnV2
[src]fn eq(&self, other: &UberTurnV2) -> bool
[src]
fn ne(&self, other: &UberTurnV2) -> bool
[src]
impl PartialOrd<UberTurnV2> for UberTurnV2
[src]
impl PartialOrd<UberTurnV2> for UberTurnV2
[src]impl Serialize for UberTurnV2
[src]
impl Serialize for UberTurnV2
[src]impl Eq for UberTurnV2
[src]
impl StructuralEq for UberTurnV2
[src]
impl StructuralPartialEq for UberTurnV2
[src]
Auto Trait Implementations
impl RefUnwindSafe for UberTurnV2
impl Send for UberTurnV2
impl Sync for UberTurnV2
impl Unpin for UberTurnV2
impl UnwindSafe for UberTurnV2
Blanket Implementations
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
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>,