pub struct TxInternalOutput {
pub keypath: Keypath,
pub value: u64,
pub script_config_index: u32,
}
Fields§
§keypath: Keypath
§value: u64
§script_config_index: u32
Trait Implementations§
Source§impl Debug for TxInternalOutput
impl Debug for TxInternalOutput
Source§impl PartialEq for TxInternalOutput
impl PartialEq for TxInternalOutput
impl StructuralPartialEq for TxInternalOutput
Auto Trait Implementations§
impl Freeze for TxInternalOutput
impl RefUnwindSafe for TxInternalOutput
impl Send for TxInternalOutput
impl Sync for TxInternalOutput
impl Unpin for TxInternalOutput
impl UnwindSafe for TxInternalOutput
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