Struct bitbox_api::btc::TxExternalOutput
source · pub struct TxExternalOutput {
pub payload: Payload,
pub value: u64,
}
Fields§
§payload: Payload
§value: u64
Trait Implementations§
source§impl Debug for TxExternalOutput
impl Debug for TxExternalOutput
source§impl PartialEq for TxExternalOutput
impl PartialEq for TxExternalOutput
source§fn eq(&self, other: &TxExternalOutput) -> bool
fn eq(&self, other: &TxExternalOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl TryFrom<&TxOut> for TxExternalOutput
impl TryFrom<&TxOut> for TxExternalOutput
impl StructuralPartialEq for TxExternalOutput
Auto Trait Implementations§
impl RefUnwindSafe for TxExternalOutput
impl Send for TxExternalOutput
impl Sync for TxExternalOutput
impl Unpin for TxExternalOutput
impl UnwindSafe for TxExternalOutput
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