pub struct BoardCosignResponse {
pub pub_nonce: PublicNonce,
pub partial_signature: PartialSignature,
}Expand description
Partial signature the server responds to a board request.
Fields§
§pub_nonce: PublicNonce§partial_signature: PartialSignatureTrait Implementations§
Auto Trait Implementations§
impl Freeze for BoardCosignResponse
impl RefUnwindSafe for BoardCosignResponse
impl Send for BoardCosignResponse
impl Sync for BoardCosignResponse
impl Unpin for BoardCosignResponse
impl UnwindSafe for BoardCosignResponse
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