Struct opensrdk_probability::discrete::geometric::params::GeometricParams
source · pub struct GeometricParams { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for GeometricParams
impl Clone for GeometricParams
source§fn clone(&self) -> GeometricParams
fn clone(&self) -> GeometricParams
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 GeometricParams
impl Debug for GeometricParams
source§impl PartialEq<GeometricParams> for GeometricParams
impl PartialEq<GeometricParams> for GeometricParams
source§fn eq(&self, other: &GeometricParams) -> bool
fn eq(&self, other: &GeometricParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.