pub enum ParametricType {
LogNormal,
Gamma,
Bimodal,
}Variants§
Trait Implementations§
Source§impl Clone for ParametricType
impl Clone for ParametricType
Source§fn clone(&self) -> ParametricType
fn clone(&self) -> ParametricType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParametricType
Source§impl Debug for ParametricType
impl Debug for ParametricType
Source§impl<'de> Deserialize<'de> for ParametricType
impl<'de> Deserialize<'de> for ParametricType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ParametricType
Source§impl PartialEq for ParametricType
impl PartialEq for ParametricType
Source§fn eq(&self, other: &ParametricType) -> bool
fn eq(&self, other: &ParametricType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParametricType
impl Serialize for ParametricType
impl StructuralPartialEq for ParametricType
Auto Trait Implementations§
impl Freeze for ParametricType
impl RefUnwindSafe for ParametricType
impl Send for ParametricType
impl Sync for ParametricType
impl Unpin for ParametricType
impl UnsafeUnpin for ParametricType
impl UnwindSafe for ParametricType
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