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