pub struct Unstripped {
pub sum: i64,
pub min: i64,
pub max: i64,
pub avg: f64,
}Fields§
§sum: i64§min: i64§max: i64§avg: f64Trait Implementations§
Source§impl Clone for Unstripped
impl Clone for Unstripped
Source§fn clone(&self) -> Unstripped
fn clone(&self) -> Unstripped
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 moreSource§impl Debug for Unstripped
impl Debug for Unstripped
Source§impl<'de> Deserialize<'de> for Unstripped
impl<'de> Deserialize<'de> for Unstripped
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 Unstripped
impl PartialEq for Unstripped
Source§fn eq(&self, other: &Unstripped) -> bool
fn eq(&self, other: &Unstripped) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for Unstripped
impl Serialize for Unstripped
impl StructuralPartialEq for Unstripped
Auto Trait Implementations§
impl Freeze for Unstripped
impl RefUnwindSafe for Unstripped
impl Send for Unstripped
impl Sync for Unstripped
impl Unpin for Unstripped
impl UnsafeUnpin for Unstripped
impl UnwindSafe for Unstripped
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