pub struct PrevTxOutput {
pub value: u64,
pub pubkey_script: Vec<u8>,
}
Fields§
§value: u64
§pubkey_script: Vec<u8>
Trait Implementations§
Source§impl Clone for PrevTxOutput
impl Clone for PrevTxOutput
Source§fn clone(&self) -> PrevTxOutput
fn clone(&self) -> PrevTxOutput
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PrevTxOutput
impl Debug for PrevTxOutput
Source§impl From<&TxOut> for PrevTxOutput
impl From<&TxOut> for PrevTxOutput
Source§impl PartialEq for PrevTxOutput
impl PartialEq for PrevTxOutput
impl StructuralPartialEq for PrevTxOutput
Auto Trait Implementations§
impl Freeze for PrevTxOutput
impl RefUnwindSafe for PrevTxOutput
impl Send for PrevTxOutput
impl Sync for PrevTxOutput
impl Unpin for PrevTxOutput
impl UnwindSafe for PrevTxOutput
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