Struct sda_protocol::ClerkCandidate
[−]
[src]
pub struct ClerkCandidate { pub id: AgentId, pub keys: Vec<EncryptionKeyId>, }
Suggested clerk for a given aggregation.
Fields
id: AgentId
Clerk identifier.
keys: Vec<EncryptionKeyId>
Available and matching encryption keys for candidate.
Trait Implementations
impl Clone for ClerkCandidate
[src]
fn clone(&self) -> ClerkCandidate
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