Struct cadence::Distribution
source · [−]pub struct Distribution { /* private fields */ }Expand description
Distributions represent a global statistical distribution of a set of values.
See the Distributed trait for more information.
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for Distribution
impl Send for Distribution
impl Sync for Distribution
impl Unpin for Distribution
impl UnwindSafe for Distribution
Blanket Implementations
Mutably borrows from an owned value. Read more