Struct bitcoin_scripting::WitnessV0KeyHash
source · pub struct WitnessV0KeyHash { /* private fields */ }
Expand description
Trait Implementations§
source§impl Default for WitnessV0KeyHash
impl Default for WitnessV0KeyHash
source§impl From<&PKHash> for WitnessV0KeyHash
impl From<&PKHash> for WitnessV0KeyHash
source§impl From<&PubKey> for WitnessV0KeyHash
impl From<&PubKey> for WitnessV0KeyHash
source§impl From<&u160> for WitnessV0KeyHash
impl From<&u160> for WitnessV0KeyHash
source§impl Into<KeyID> for WitnessV0KeyHash
impl Into<KeyID> for WitnessV0KeyHash
source§impl ScriptVisit<&WitnessV0KeyHash> for ScriptVisitor
impl ScriptVisit<&WitnessV0KeyHash> for ScriptVisitor
fn script_visit(&self, id: &WitnessV0KeyHash) -> Script ⓘ
Auto Trait Implementations§
impl RefUnwindSafe for WitnessV0KeyHash
impl Send for WitnessV0KeyHash
impl Sync for WitnessV0KeyHash
impl Unpin for WitnessV0KeyHash
impl UnwindSafe for WitnessV0KeyHash
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