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