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§
Source§impl Clone for Distribution
impl Clone for Distribution
Source§fn clone(&self) -> Distribution
fn clone(&self) -> Distribution
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Distribution
impl Debug for Distribution
Source§impl From<String> for Distribution
impl From<String> for Distribution
Source§impl Hash for Distribution
impl Hash for Distribution
Source§impl Metric for Distribution
impl Metric for Distribution
fn as_metric_str(&self) -> &str
Source§impl PartialEq for Distribution
impl PartialEq for Distribution
impl Eq for Distribution
impl StructuralPartialEq for Distribution
Auto Trait Implementations§
impl Freeze for Distribution
impl RefUnwindSafe for Distribution
impl Send for Distribution
impl Sync for Distribution
impl Unpin for Distribution
impl UnwindSafe for Distribution
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more