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 duplicate 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 ValueDistributionKind
impl Debug for ValueDistributionKind
Source§impl PartialEq for ValueDistributionKind
impl PartialEq for ValueDistributionKind
impl Copy for ValueDistributionKind
impl Eq for ValueDistributionKind
impl StructuralPartialEq for ValueDistributionKind
Auto Trait Implementations§
impl Freeze for ValueDistributionKind
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