pub struct ProviderPolyvalMu {
pub mean: f64,
pub scale: f64,
}Fields§
§mean: f64§scale: f64Trait Implementations§
Source§impl Clone for ProviderPolyvalMu
impl Clone for ProviderPolyvalMu
Source§fn clone(&self) -> ProviderPolyvalMu
fn clone(&self) -> ProviderPolyvalMu
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 ProviderPolyvalMu
impl Debug for ProviderPolyvalMu
Source§impl<'de> Deserialize<'de> for ProviderPolyvalMu
impl<'de> Deserialize<'de> for ProviderPolyvalMu
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
Source§impl PartialEq for ProviderPolyvalMu
impl PartialEq for ProviderPolyvalMu
Source§impl Serialize for ProviderPolyvalMu
impl Serialize for ProviderPolyvalMu
impl Copy for ProviderPolyvalMu
impl StructuralPartialEq for ProviderPolyvalMu
Auto Trait Implementations§
impl Freeze for ProviderPolyvalMu
impl RefUnwindSafe for ProviderPolyvalMu
impl Send for ProviderPolyvalMu
impl Sync for ProviderPolyvalMu
impl Unpin for ProviderPolyvalMu
impl UnwindSafe for ProviderPolyvalMu
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