Struct sda_protocol::SnapshotStatus
[−]
[src]
pub struct SnapshotStatus { pub id: SnapshotId, pub number_of_clerking_results: usize, pub result_ready: bool, }
Current status of a snapshot.
Fields
id: SnapshotId
Unique identifier.
number_of_clerking_results: usize
Current number of clerking results received.
result_ready: bool
Indication of whether a result of the aggregation can be produced from the current clerking results.
Trait Implementations
impl Debug for SnapshotStatus
[src]
impl PartialEq for SnapshotStatus
[src]
fn eq(&self, __arg_0: &SnapshotStatus) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SnapshotStatus) -> bool
This method tests for !=
.