Struct core_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: u64Length of the measuring timeframe in seconds
target: u64Target in bytes
target_reached: boolTrue if target is reached
serve_historical_blocks: boolTrue if serving historical blocks
bytes_left_in_cycle: u64Bytes left in current time cycle
time_left_in_cycle: u64Seconds left in current time cycle
Trait Implementations
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
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for GetNetTotalsResultUploadTarget
impl Sync for GetNetTotalsResultUploadTarget
impl Unpin for GetNetTotalsResultUploadTarget
impl UnwindSafe for GetNetTotalsResultUploadTarget
Blanket Implementations
Mutably borrows from an owned value. Read more