pub struct NodesStatisticsData {
pub last_seven_days: Vec<NodeStatisticItem>,
}Fields§
§last_seven_days: Vec<NodeStatisticItem>Trait Implementations§
Source§impl Clone for NodesStatisticsData
impl Clone for NodesStatisticsData
Source§fn clone(&self) -> NodesStatisticsData
fn clone(&self) -> NodesStatisticsData
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 NodesStatisticsData
impl Debug for NodesStatisticsData
Source§impl<'de> Deserialize<'de> for NodesStatisticsData
impl<'de> Deserialize<'de> for NodesStatisticsData
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
impl Eq for NodesStatisticsData
Source§impl PartialEq for NodesStatisticsData
impl PartialEq for NodesStatisticsData
Source§impl Serialize for NodesStatisticsData
impl Serialize for NodesStatisticsData
impl StructuralPartialEq for NodesStatisticsData
Auto Trait Implementations§
impl Freeze for NodesStatisticsData
impl RefUnwindSafe for NodesStatisticsData
impl Send for NodesStatisticsData
impl Sync for NodesStatisticsData
impl Unpin for NodesStatisticsData
impl UnsafeUnpin for NodesStatisticsData
impl UnwindSafe for NodesStatisticsData
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