pub struct MeternetStatistics {
pub measurements: i64,
}Fields§
§measurements: i64Trait Implementations§
Source§impl Clone for MeternetStatistics
impl Clone for MeternetStatistics
Source§fn clone(&self) -> MeternetStatistics
fn clone(&self) -> MeternetStatistics
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 MeternetStatistics
impl Debug for MeternetStatistics
Source§impl Default for MeternetStatistics
impl Default for MeternetStatistics
Source§fn default() -> MeternetStatistics
fn default() -> MeternetStatistics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MeternetStatistics
impl<'de> Deserialize<'de> for MeternetStatistics
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 MeternetStatistics
impl PartialEq for MeternetStatistics
Source§fn eq(&self, other: &MeternetStatistics) -> bool
fn eq(&self, other: &MeternetStatistics) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MeternetStatistics
impl Serialize for MeternetStatistics
impl StructuralPartialEq for MeternetStatistics
Auto Trait Implementations§
impl Freeze for MeternetStatistics
impl RefUnwindSafe for MeternetStatistics
impl Send for MeternetStatistics
impl Sync for MeternetStatistics
impl Unpin for MeternetStatistics
impl UnsafeUnpin for MeternetStatistics
impl UnwindSafe for MeternetStatistics
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