Struct bitcoin_scripting::TaprootSpendData
source · pub struct TaprootSpendData { /* private fields */ }
Implementations§
source§impl TaprootSpendData
impl TaprootSpendData
sourcepub fn merge(&mut self, other: TaprootSpendData)
pub fn merge(&mut self, other: TaprootSpendData)
| Merge other TaprootSpendData (for | the same scriptPubKey) into this. |
Trait Implementations§
source§impl Default for TaprootSpendData
impl Default for TaprootSpendData
source§fn default() -> TaprootSpendData
fn default() -> TaprootSpendData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for TaprootSpendData
impl Send for TaprootSpendData
impl Sync for TaprootSpendData
impl Unpin for TaprootSpendData
impl UnwindSafe for TaprootSpendData
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more