Struct sim::pandemic::model::SharedSpace [−][src]
Fields
occupants: BTreeMap<T, Vec<(PersonID, Time)>>
Implementations
impl<T: Ord> SharedSpace<T>
[src]
impl<T: Ord> SharedSpace<T>
[src]Trait Implementations
impl<T: Clone + Ord> Clone for SharedSpace<T>
[src]
impl<T: Clone + Ord> Clone for SharedSpace<T>
[src]fn clone(&self) -> SharedSpace<T>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
Auto Trait Implementations
impl<T> RefUnwindSafe for SharedSpace<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
impl<T> Send for SharedSpace<T> where
T: Send,
T: Send,
impl<T> Sync for SharedSpace<T> where
T: Sync,
T: Sync,
impl<T> Unpin for SharedSpace<T>
impl<T> UnwindSafe for SharedSpace<T> where
T: RefUnwindSafe,
T: RefUnwindSafe,
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>,