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