Enum sim::make::spawner::TripEndpoint [−][src]
pub enum TripEndpoint { Bldg(BuildingID), Border(IntersectionID), SuddenlyAppear(Position), }
Specifies where a trip begins or ends.
Variants
Bldg(BuildingID)
Border(IntersectionID)
SuddenlyAppear(Position)
Used for interactive spawning, tests, etc. For now, only valid as a trip’s start.
Implementations
impl TripEndpoint
[src]
impl TripEndpoint
[src]pub fn path_req(
from: TripEndpoint,
to: TripEndpoint,
mode: TripMode,
map: &Map
) -> Option<PathRequest>
[src]
from: TripEndpoint,
to: TripEndpoint,
mode: TripMode,
map: &Map
) -> Option<PathRequest>
Figure out a single PathRequest that goes between two TripEndpoints. Assume a single mode the entire time – no walking to a car before driving, for instance. The result probably won’t be exactly what would happen on a real trip between the endpoints because of this assumption.
fn start_sidewalk_spot(&self, map: &Map) -> Result<SidewalkSpot>
[src]
fn end_sidewalk_spot(&self, map: &Map) -> Result<SidewalkSpot>
[src]
fn driving_goal(
&self,
constraints: PathConstraints,
map: &Map
) -> Result<DrivingGoal>
[src]
&self,
constraints: PathConstraints,
map: &Map
) -> Result<DrivingGoal>
fn pos(self, mode: TripMode, from: bool, map: &Map) -> Option<Position>
[src]
pub fn pt(&self, map: &Map) -> Pt2D
[src]
Returns a point representing where this endpoint is.
Trait Implementations
impl Clone for TripEndpoint
[src]
impl Clone for TripEndpoint
[src]fn clone(&self) -> TripEndpoint
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for TripEndpoint
[src]
impl<'de> Deserialize<'de> for TripEndpoint
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Ord for TripEndpoint
[src]
impl Ord for TripEndpoint
[src]impl PartialEq<TripEndpoint> for TripEndpoint
[src]
impl PartialEq<TripEndpoint> for TripEndpoint
[src]fn eq(&self, other: &TripEndpoint) -> bool
[src]
fn ne(&self, other: &TripEndpoint) -> bool
[src]
impl PartialOrd<TripEndpoint> for TripEndpoint
[src]
impl PartialOrd<TripEndpoint> for TripEndpoint
[src]fn partial_cmp(&self, other: &TripEndpoint) -> Option<Ordering>
[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn lt(&self, other: &Rhs) -> bool#[must_use]pub fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn le(&self, other: &Rhs) -> bool#[must_use]pub fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn gt(&self, other: &Rhs) -> bool#[must_use]pub fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
pub fn ge(&self, other: &Rhs) -> boolimpl Serialize for TripEndpoint
[src]
impl Serialize for TripEndpoint
[src]impl Copy for TripEndpoint
[src]
impl Eq for TripEndpoint
[src]
impl StructuralEq for TripEndpoint
[src]
impl StructuralPartialEq for TripEndpoint
[src]
Auto Trait Implementations
impl RefUnwindSafe for TripEndpoint
impl Send for TripEndpoint
impl Sync for TripEndpoint
impl Unpin for TripEndpoint
impl UnwindSafe for TripEndpoint
Blanket Implementations
impl<T> Downcast for T where
T: Any,
impl<T> Downcast for T where
T: Any,
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>,