Struct headless::BlockedByGraph [−][src]
pub(crate) struct BlockedByGraph { blocked_by: BTreeMap<AgentID, (Duration, DelayCause, Option<TripID>, Option<PersonID>)>, }
Fields
blocked_by: BTreeMap<AgentID, (Duration, DelayCause, Option<TripID>, Option<PersonID>)>
Each entry indicates that some agent has been stuck in one place for some amount of time, due to being blocked by another agent or because they’re waiting at an intersection. Unless the agent is a bus, then the TripID and PersonID will also be filled out.
Trait Implementations
impl Serialize for BlockedByGraph
[src]
impl Serialize for BlockedByGraph
[src]Auto Trait Implementations
impl RefUnwindSafe for BlockedByGraph
impl Send for BlockedByGraph
impl Sync for BlockedByGraph
impl Unpin for BlockedByGraph
impl UnwindSafe for BlockedByGraph
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
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>,