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