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

Associated clerking job.

Executing clerk.

Encryption of combined shares.

Trait Implementations

impl Clone for ClerkingResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ClerkingResult
[src]

Formats the value using the given formatter.

impl PartialEq for ClerkingResult
[src]

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

This method tests for !=.