pub struct SignedTreeCosignResponse {
pub pub_nonces: Vec<PublicNonce>,
pub partial_signatures: Vec<PartialSignature>,
}Expand description
Holds the cosignature information of the server
Fields§
§pub_nonces: Vec<PublicNonce>§partial_signatures: Vec<PartialSignature>Trait Implementations§
Source§impl Clone for SignedTreeCosignResponse
impl Clone for SignedTreeCosignResponse
Source§fn clone(&self) -> SignedTreeCosignResponse
fn clone(&self) -> SignedTreeCosignResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignedTreeCosignResponse
impl RefUnwindSafe for SignedTreeCosignResponse
impl Send for SignedTreeCosignResponse
impl Sync for SignedTreeCosignResponse
impl Unpin for SignedTreeCosignResponse
impl UnwindSafe for SignedTreeCosignResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more