Struct necsim_core::cogs::event_sampler::EventHandler
source · pub struct EventHandler<S, D, E> {
pub speciation: S,
pub dispersal: D,
pub emigration: E,
}
Fields§
§speciation: S
§dispersal: D
§emigration: E
Auto Trait Implementations§
impl<S, D, E> Freeze for EventHandler<S, D, E>
impl<S, D, E> RefUnwindSafe for EventHandler<S, D, E>
impl<S, D, E> Send for EventHandler<S, D, E>
impl<S, D, E> Sync for EventHandler<S, D, E>
impl<S, D, E> Unpin for EventHandler<S, D, E>
impl<S, D, E> UnwindSafe for EventHandler<S, D, E>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> ExtractDiscriminant for T
impl<T> ExtractDiscriminant for T
§type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
type Discriminant = <T as ExtractDiscriminantSpec<<T as DiscriminantKind>::Discriminant>>::Ty
The type of the discriminant, which must satisfy the trait bounds
required by
core::mem::Discriminant
. Read more