Expand description
Animals infected with ASF in the current time step
The fields are
- the entity ID of the newly infected animal
- the entity ID of the already infected animal or infectious carcass which transmitted the disease
Tuple Fields
0: Vec<(Entity, Entity)>
Trait Implementations
sourceimpl Default for NewAsfInfections
impl Default for NewAsfInfections
sourcefn default() -> NewAsfInfections
fn default() -> NewAsfInfections
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NewAsfInfections
impl Send for NewAsfInfections
impl Sync for NewAsfInfections
impl Unpin for NewAsfInfections
impl UnwindSafe for NewAsfInfections
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