pub struct TxComplete {
pub channel_id: ChannelId,
}Expand description
[A tx_complete] message signalling the conclusion of a peer’s transaction contributions during
interactive transaction construction.
Fields§
§channel_id: ChannelIdThe channel ID
Trait Implementations§
Source§impl Clone for TxComplete
impl Clone for TxComplete
Source§fn clone(&self) -> TxComplete
fn clone(&self) -> TxComplete
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 TxComplete
impl Debug for TxComplete
Source§impl Hash for TxComplete
impl Hash for TxComplete
Source§impl PartialEq for TxComplete
impl PartialEq for TxComplete
Source§impl Readable for TxComplete
impl Readable for TxComplete
Source§impl Writeable for TxComplete
impl Writeable for TxComplete
impl Eq for TxComplete
impl StructuralPartialEq for TxComplete
Auto Trait Implementations§
impl Freeze for TxComplete
impl RefUnwindSafe for TxComplete
impl Send for TxComplete
impl Sync for TxComplete
impl Unpin for TxComplete
impl UnwindSafe for TxComplete
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