Struct opensrdk_probability::discrete::poisson::params::PoissonParams
source · pub struct PoissonParams { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for PoissonParams
impl Clone for PoissonParams
source§fn clone(&self) -> PoissonParams
fn clone(&self) -> PoissonParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PoissonParams
impl Debug for PoissonParams
source§impl PartialEq<PoissonParams> for PoissonParams
impl PartialEq<PoissonParams> for PoissonParams
source§fn eq(&self, other: &PoissonParams) -> bool
fn eq(&self, other: &PoissonParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.