pub struct TransactionHex(/* private fields */);Trait Implementations§
Source§impl Debug for TransactionHex
impl Debug for TransactionHex
Source§impl From<Transaction> for TransactionHex
impl From<Transaction> for TransactionHex
Source§fn from(tx: Transaction) -> Self
fn from(tx: Transaction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TransactionHex
impl RefUnwindSafe for TransactionHex
impl Send for TransactionHex
impl Sync for TransactionHex
impl Unpin for TransactionHex
impl UnwindSafe for TransactionHex
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