Enum sim::DrivingGoal [−][src]
pub(crate) enum DrivingGoal { ParkNear(BuildingID), Border(IntersectionID, LaneID), }
Variants
ParkNear(BuildingID)
Border(IntersectionID, LaneID)
Implementations
impl DrivingGoal
[src]
impl DrivingGoal
[src]Trait Implementations
impl Clone for DrivingGoal
[src]
impl Clone for DrivingGoal
[src]fn clone(&self) -> DrivingGoal
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for DrivingGoal
[src]
impl<'de> Deserialize<'de> for DrivingGoal
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<DrivingGoal> for DrivingGoal
[src]
impl PartialEq<DrivingGoal> for DrivingGoal
[src]fn eq(&self, other: &DrivingGoal) -> bool
[src]
fn ne(&self, other: &DrivingGoal) -> bool
[src]
impl Serialize for DrivingGoal
[src]
impl Serialize for DrivingGoal
[src]impl Eq for DrivingGoal
[src]
impl StructuralEq for DrivingGoal
[src]
impl StructuralPartialEq for DrivingGoal
[src]
Auto Trait Implementations
impl RefUnwindSafe for DrivingGoal
impl Send for DrivingGoal
impl Sync for DrivingGoal
impl Unpin for DrivingGoal
impl UnwindSafe for DrivingGoal
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>,