Expand description
Animals infected with CSF in the current time step
The fields are
- the entity ID of the newly infected animal
- the entity ID of the already infected animal which transmitted the disease
Tuple Fields
0: Vec<(Entity, Entity)>
Trait Implementations
sourceimpl Default for NewCsfInfections
impl Default for NewCsfInfections
sourcefn default() -> NewCsfInfections
fn default() -> NewCsfInfections
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NewCsfInfections
impl Send for NewCsfInfections
impl Sync for NewCsfInfections
impl Unpin for NewCsfInfections
impl UnwindSafe for NewCsfInfections
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more