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

Unique identifier.

Current number of clerking results received.

Indication of whether a result of the aggregation can be produced from the current clerking results.

Trait Implementations

impl Debug for SnapshotStatus
[src]

Formats the value using the given formatter.

impl PartialEq for SnapshotStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.