Struct sda_protocol::Snapshot
[−]
[src]
pub struct Snapshot { pub id: SnapshotId, pub aggregation: AggregationId, }
Captures a subset of the current participations to an agggregation in order to create a consistent set of clerkable shares.
Fields
id: SnapshotId
Unique identifiers.
aggregation: AggregationId
Associated aggregation.
Trait Implementations
impl Clone for Snapshot
[src]
fn clone(&self) -> Snapshot
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl Debug for Snapshot
[src]
impl PartialEq for Snapshot
[src]
fn eq(&self, __arg_0: &Snapshot) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Snapshot) -> bool
This method tests for !=
.