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
sourceimpl Clone for Distribution
impl Clone for Distribution
sourcefn clone(&self) -> Distribution
fn clone(&self) -> Distribution
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Distribution
impl Debug for Distribution
sourceimpl From<String> for Distribution
impl From<String> for Distribution
sourceimpl Hash for Distribution
impl Hash for Distribution
sourceimpl Metric for Distribution
impl Metric for Distribution
fn as_metric_str(&self) -> &str
sourceimpl PartialEq<Distribution> for Distribution
impl PartialEq<Distribution> for Distribution
sourcefn eq(&self, other: &Distribution) -> bool
fn eq(&self, other: &Distribution) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Distribution) -> bool
fn ne(&self, other: &Distribution) -> bool
This method tests for !=
.
impl Eq for Distribution
impl StructuralEq for Distribution
impl StructuralPartialEq for Distribution
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more