Enum santa::player::On [−][src]
enum On { Intersection(IntersectionID), Road(RoadID, Distance, Direction), }
Variants
Intersection(IntersectionID)
Implementations
impl On
[src]
impl On
[src]fn get_connections(
&self,
app: &SimpleApp<Session>
) -> (HashSet<RoadID>, HashSet<IntersectionID>)
[src]
&self,
app: &SimpleApp<Session>
) -> (HashSet<RoadID>, HashSet<IntersectionID>)
Trait Implementations
Auto Trait Implementations
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>,