Enum bitbox_api::btc::TxOutput
source · pub enum TxOutput {
Internal(TxInternalOutput),
External(TxExternalOutput),
}
Variants§
Internal(TxInternalOutput)
External(TxExternalOutput)
Trait Implementations§
source§impl PartialEq for TxOutput
impl PartialEq for TxOutput
impl StructuralPartialEq for TxOutput
Auto Trait Implementations§
impl RefUnwindSafe for TxOutput
impl Send for TxOutput
impl Sync for TxOutput
impl Unpin for TxOutput
impl UnwindSafe for TxOutput
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