pub struct StatisticalValue { /* private fields */ }
Expand description
A value with information about its recent changes
Implementations§
Trait Implementations§
Source§impl AsRef<StatisticalValue> for StatisticalValue
impl AsRef<StatisticalValue> for StatisticalValue
Source§fn as_ref(&self) -> &StatisticalValue
fn as_ref(&self) -> &StatisticalValue
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for StatisticalValue
impl Clone for StatisticalValue
Source§fn clone(&self) -> StatisticalValue
fn clone(&self) -> StatisticalValue
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 Debug for StatisticalValue
impl Debug for StatisticalValue
Source§impl Default for StatisticalValue
impl Default for StatisticalValue
Source§fn default() -> StatisticalValue
fn default() -> StatisticalValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StatisticalValue
impl<'de> Deserialize<'de> for StatisticalValue
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
Auto Trait Implementations§
impl Freeze for StatisticalValue
impl RefUnwindSafe for StatisticalValue
impl Send for StatisticalValue
impl Sync for StatisticalValue
impl Unpin for StatisticalValue
impl UnwindSafe for StatisticalValue
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