pub struct TxTreeNode {
pub txid: Txid,
pub tx: Psbt,
pub parent_txid: Txid,
}
Fields§
§txid: Txid
§tx: Psbt
§parent_txid: Txid
Trait Implementations§
Source§impl Clone for TxTreeNode
impl Clone for TxTreeNode
Source§fn clone(&self) -> TxTreeNode
fn clone(&self) -> TxTreeNode
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 moreAuto Trait Implementations§
impl Freeze for TxTreeNode
impl RefUnwindSafe for TxTreeNode
impl Send for TxTreeNode
impl Sync for TxTreeNode
impl Unpin for TxTreeNode
impl UnwindSafe for TxTreeNode
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