Struct sda_protocol::AggregationStatus [] [src]

pub struct AggregationStatus {
    pub aggregation: AggregationId,
    pub number_of_participations: usize,
    pub snapshots: Vec<SnapshotStatus>,
}

Current status of an aggregation.

Fields

Associated aggregation.

Current number of participations received.

Associated anapshots and their status for this aggregation.

Trait Implementations

impl Debug for AggregationStatus
[src]

Formats the value using the given formatter.