Struct sda_protocol::ClerkingResult
[−]
[src]
pub struct ClerkingResult {
pub job: ClerkingJobId,
pub clerk: AgentId,
pub encryption: Encryption,
}Result of a partial aggregation job performed by a clerk.
Fields
job: ClerkingJobId
Associated clerking job.
clerk: AgentId
Executing clerk.
encryption: Encryption
Encryption of combined shares.
Trait Implementations
impl Clone for ClerkingResult[src]
fn clone(&self) -> ClerkingResult
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 ClerkingResult[src]
impl PartialEq for ClerkingResult[src]
fn eq(&self, __arg_0: &ClerkingResult) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ClerkingResult) -> bool
This method tests for !=.