Struct bitbox_api::btc::TxInternalOutput
source · 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
source§fn eq(&self, other: &TxInternalOutput) -> bool
fn eq(&self, other: &TxInternalOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TxInternalOutput
Auto Trait Implementations§
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