pub struct CommitmentSignedTemplate {
pub next_commitment_nonce: PubNonce,
pub funding_tx_partial_signature: Option<PartialSignature>,
}Expand description
Optional template fields for CommitmentSigned replay.
Fields§
§next_commitment_nonce: PubNonce§funding_tx_partial_signature: Option<PartialSignature>Trait Implementations§
Source§impl Clone for CommitmentSignedTemplate
impl Clone for CommitmentSignedTemplate
Source§fn clone(&self) -> CommitmentSignedTemplate
fn clone(&self) -> CommitmentSignedTemplate
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 moreSource§impl Debug for CommitmentSignedTemplate
impl Debug for CommitmentSignedTemplate
Source§impl<'de> Deserialize<'de> for CommitmentSignedTemplate
impl<'de> Deserialize<'de> for CommitmentSignedTemplate
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CommitmentSignedTemplate
impl RefUnwindSafe for CommitmentSignedTemplate
impl Send for CommitmentSignedTemplate
impl Sync for CommitmentSignedTemplate
impl Unpin for CommitmentSignedTemplate
impl UnsafeUnpin for CommitmentSignedTemplate
impl UnwindSafe for CommitmentSignedTemplate
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