Struct sda_protocol::ClerkingJob
[−]
[src]
pub struct ClerkingJob { pub id: ClerkingJobId, pub clerk: AgentId, pub aggregation: AggregationId, pub snapshot: SnapshotId, pub encryptions: Vec<Encryption>, }
Partial aggregation job to be performed by a clerk.
Fields
id: ClerkingJobId
Unique identifier.
clerk: AgentId
Intended clerk.
aggregation: AggregationId
Associated aggregation.
snapshot: SnapshotId
Associated snapshot of aggregation.
encryptions: Vec<Encryption>
Encryptions containing shares for clerking.
Trait Implementations
impl Clone for ClerkingJob
[src]
fn clone(&self) -> ClerkingJob
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 ClerkingJob
[src]
impl PartialEq for ClerkingJob
[src]
fn eq(&self, __arg_0: &ClerkingJob) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ClerkingJob) -> bool
This method tests for !=
.