pub struct LeafVtxoCosignRequest {
pub vtxo_id: VtxoId,
pub pub_nonce: PublicNonce,
}Fields§
§vtxo_id: VtxoId§pub_nonce: PublicNonceTrait Implementations§
Auto Trait Implementations§
impl Freeze for LeafVtxoCosignRequest
impl RefUnwindSafe for LeafVtxoCosignRequest
impl Send for LeafVtxoCosignRequest
impl Sync for LeafVtxoCosignRequest
impl Unpin for LeafVtxoCosignRequest
impl UnwindSafe for LeafVtxoCosignRequest
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