Struct bitcoincore_rpc_json::GetNetTotalsResultUploadTarget [−][src]
pub struct GetNetTotalsResultUploadTarget { pub time_frame: u64, pub target: u64, pub target_reached: bool, pub serve_historical_blocks: bool, pub bytes_left_in_cycle: u64, pub time_left_in_cycle: u64, }
Fields
time_frame: u64
Length of the measuring timeframe in seconds
target: u64
Target in bytes
target_reached: bool
True if target is reached
serve_historical_blocks: bool
True if serving historical blocks
bytes_left_in_cycle: u64
Bytes left in current time cycle
time_left_in_cycle: u64
Seconds left in current time cycle
Trait Implementations
impl Clone for GetNetTotalsResultUploadTarget
[src]
impl Clone for GetNetTotalsResultUploadTarget
[src]fn clone(&self) -> GetNetTotalsResultUploadTarget
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Debug for GetNetTotalsResultUploadTarget
[src]
impl Debug for GetNetTotalsResultUploadTarget
[src]impl<'de> Deserialize<'de> for GetNetTotalsResultUploadTarget
[src]
impl<'de> Deserialize<'de> for GetNetTotalsResultUploadTarget
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl PartialEq<GetNetTotalsResultUploadTarget> for GetNetTotalsResultUploadTarget
[src]
impl PartialEq<GetNetTotalsResultUploadTarget> for GetNetTotalsResultUploadTarget
[src]