pub struct SpliceLocked {
pub channel_id: ChannelId,
pub splice_txid: Txid,
}Expand description
A splice_locked message to be sent to or received from a peer.
Fields§
§channel_id: ChannelIdThe channel ID
splice_txid: TxidThe ID of the new funding transaction that has been locked
Trait Implementations§
Source§impl Clone for SpliceLocked
impl Clone for SpliceLocked
Source§fn clone(&self) -> SpliceLocked
fn clone(&self) -> SpliceLocked
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 SpliceLocked
impl Debug for SpliceLocked
Source§impl PartialEq for SpliceLocked
impl PartialEq for SpliceLocked
Source§impl Readable for SpliceLocked
impl Readable for SpliceLocked
Source§impl Writeable for SpliceLocked
impl Writeable for SpliceLocked
impl Eq for SpliceLocked
impl StructuralPartialEq for SpliceLocked
Auto Trait Implementations§
impl Freeze for SpliceLocked
impl RefUnwindSafe for SpliceLocked
impl Send for SpliceLocked
impl Sync for SpliceLocked
impl Unpin for SpliceLocked
impl UnwindSafe for SpliceLocked
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