pub struct OutputTarget(pub OutPoint);Expand description
A wrapper type for targeting a specific transaction output (UTXO).
Tuple Fields§
§0: OutPointTrait Implementations§
Source§impl From<OutputTarget> for LabelTarget
impl From<OutputTarget> for LabelTarget
Source§fn from(output: OutputTarget) -> Self
fn from(output: OutputTarget) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for OutputTarget
impl RefUnwindSafe for OutputTarget
impl Send for OutputTarget
impl Sync for OutputTarget
impl Unpin for OutputTarget
impl UnsafeUnpin for OutputTarget
impl UnwindSafe for OutputTarget
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