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