[−][src]Struct tron_api_client::response::node_info::PeerList
Fields
active: bool
avg_latency: f64
block_in_porc_size: i64
connect_time: i64
disconnect_times: i64
head_block_time_we_both_have: i64
head_block_we_both_have: String
host: String
in_flow: i64
last_block_update_time: i64
last_sync_block: String
local_disconnect_reason: String
need_sync_from_peer: bool
need_sync_from_us: bool
node_count: i64
node_id: String
port: i64
remain_num: i64
remote_disconnect_reason: String
score: i64
sync_block_requested_size: i64
sync_flag: bool
sync_to_fetch_size: i64
sync_to_fetch_size_peek_num: i64
un_fetch_syn_num: i64
Trait Implementations
impl Clone for PeerList
[src]
impl Debug for PeerList
[src]
impl Default for PeerList
[src]
impl<'de> Deserialize<'de> for PeerList
[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<PeerList> for PeerList
[src]
impl Serialize for PeerList
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralPartialEq for PeerList
[src]
Auto Trait Implementations
impl RefUnwindSafe for PeerList
impl Send for PeerList
impl Sync for PeerList
impl Unpin for PeerList
impl UnwindSafe for PeerList
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>,
[src]
T: Deserialize<'de>,
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,