Struct nash_protocol::protocol::dh_fill_pool::DhFillPoolResponse [−][src]
Expand description
Nash server returns a list of public values that we can use to compute a DH shared secret
Fields
server_publics: Vec<String>Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for DhFillPoolResponse
impl Send for DhFillPoolResponse
impl Sync for DhFillPoolResponse
impl Unpin for DhFillPoolResponse
impl UnwindSafe for DhFillPoolResponse
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more