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