Struct bitcoin_scripting::WitnessV1Taproot
source · pub struct WitnessV1Taproot { /* private fields */ }
Expand description
Trait Implementations§
source§impl Default for WitnessV1Taproot
impl Default for WitnessV1Taproot
source§impl From<&XOnlyPubKey> for WitnessV1Taproot
impl From<&XOnlyPubKey> for WitnessV1Taproot
source§fn from(xpk: &XOnlyPubKey) -> Self
fn from(xpk: &XOnlyPubKey) -> Self
Converts to this type from the input type.
source§impl ScriptVisit<&WitnessV1Taproot> for ScriptVisitor
impl ScriptVisit<&WitnessV1Taproot> for ScriptVisitor
fn script_visit(&self, tap: &WitnessV1Taproot) -> Script ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for WitnessV1Taproot
impl Send for WitnessV1Taproot
impl Sync for WitnessV1Taproot
impl Unpin for WitnessV1Taproot
impl UnwindSafe for WitnessV1Taproot
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