Struct popdat::od::DesireLine [−][src]
pub struct DesireLine { pub home_zone: String, pub work_zone: String, pub mode: TripMode, pub number_commuters: usize, }
This describes some number of commuters living in some named zone, working in another (or the same zone), and commuting using some mode.
Fields
home_zone: String
work_zone: String
mode: TripMode
number_commuters: usize
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DesireLine
impl Send for DesireLine
impl Sync for DesireLine
impl Unpin for DesireLine
impl UnwindSafe for DesireLine
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>,