Struct rusty_secrets::proto::wrapped::ShareProto[][src]

pub struct ShareProto {
    pub shamir_data: Vec<u8>,
    pub signature: RepeatedField<Vec<u8>>,
    pub proof: Vec<u8>,
    // some fields omitted
}

Fields

Methods

impl ShareProto
[src]

Trait Implementations

impl PartialEq for ShareProto
[src]

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

This method tests for !=.

impl Clone for ShareProto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ShareProto
[src]

Returns the "default value" for a type. Read more

impl Sync for ShareProto
[src]

impl Message for ShareProto
[src]

impl MessageStatic for ShareProto
[src]

impl Clear for ShareProto
[src]

impl Debug for ShareProto
[src]

Formats the value using the given formatter. Read more

impl ProtobufValue for ShareProto
[src]

Auto Trait Implementations

impl Send for ShareProto