pub enum SizeDistType {
Histogram,
Parametric,
}Variants§
Trait Implementations§
Source§impl Clone for SizeDistType
impl Clone for SizeDistType
Source§fn clone(&self) -> SizeDistType
fn clone(&self) -> SizeDistType
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 SizeDistType
Source§impl Debug for SizeDistType
impl Debug for SizeDistType
Source§impl<'de> Deserialize<'de> for SizeDistType
impl<'de> Deserialize<'de> for SizeDistType
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 SizeDistType
Source§impl PartialEq for SizeDistType
impl PartialEq for SizeDistType
Source§fn eq(&self, other: &SizeDistType) -> bool
fn eq(&self, other: &SizeDistType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SizeDistType
impl Serialize for SizeDistType
impl StructuralPartialEq for SizeDistType
Auto Trait Implementations§
impl Freeze for SizeDistType
impl RefUnwindSafe for SizeDistType
impl Send for SizeDistType
impl Sync for SizeDistType
impl Unpin for SizeDistType
impl UnsafeUnpin for SizeDistType
impl UnwindSafe for SizeDistType
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