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