pub struct ProcessedBitcoinTransaction {
pub tx: BitcoinTransactionData,
pub metadata: BTreeMap<String, Value>,
}Fields§
§tx: BitcoinTransactionData§metadata: BTreeMap<String, Value>Auto Trait Implementations§
impl RefUnwindSafe for ProcessedBitcoinTransaction
impl Send for ProcessedBitcoinTransaction
impl Sync for ProcessedBitcoinTransaction
impl Unpin for ProcessedBitcoinTransaction
impl UnwindSafe for ProcessedBitcoinTransaction
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