pub enum ValueDistributionKind {
Continuous,
Discrete,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for ValueDistributionKind
impl Clone for ValueDistributionKind
source§fn clone(&self) -> ValueDistributionKind
fn clone(&self) -> ValueDistributionKind
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 PartialEq<ValueDistributionKind> for ValueDistributionKind
impl PartialEq<ValueDistributionKind> for ValueDistributionKind
source§fn eq(&self, other: &ValueDistributionKind) -> bool
fn eq(&self, other: &ValueDistributionKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ValueDistributionKind
impl Eq for ValueDistributionKind
impl StructuralEq for ValueDistributionKind
impl StructuralPartialEq for ValueDistributionKind
Auto Trait Implementations§
impl RefUnwindSafe for ValueDistributionKind
impl Send for ValueDistributionKind
impl Sync for ValueDistributionKind
impl Unpin for ValueDistributionKind
impl UnwindSafe for ValueDistributionKind
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