pub struct TxGraphChunk {
pub txid: Option<Txid>,
pub tx: Psbt,
pub children: HashMap<u32, Txid>,
}Fields§
§txid: Option<Txid>§tx: Psbt§children: HashMap<u32, Txid>Trait Implementations§
Source§impl Clone for TxGraphChunk
impl Clone for TxGraphChunk
Source§fn clone(&self) -> TxGraphChunk
fn clone(&self) -> TxGraphChunk
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 TxGraphChunk
impl RefUnwindSafe for TxGraphChunk
impl Send for TxGraphChunk
impl Sync for TxGraphChunk
impl Unpin for TxGraphChunk
impl UnsafeUnpin for TxGraphChunk
impl UnwindSafe for TxGraphChunk
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