pub struct TxOutRef<'a> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'a> TxOutExt for TxOutRef<'a>
impl<'a> TxOutExt for TxOutRef<'a>
Source§fn script_pubkey(&self) -> ScriptPubkeyRef<'_>
fn script_pubkey(&self) -> ScriptPubkeyRef<'_>
Returns a reference to the script pubkey that defines how this output can be spent. Read more
impl<'a> Copy for TxOutRef<'a>
impl<'a> Send for TxOutRef<'a>
impl<'a> Sync for TxOutRef<'a>
Auto Trait Implementations§
impl<'a> Freeze for TxOutRef<'a>
impl<'a> RefUnwindSafe for TxOutRef<'a>
impl<'a> Unpin for TxOutRef<'a>
impl<'a> UnwindSafe for TxOutRef<'a>
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