Struct bitcoin_test::ScriptNum10Error
source · pub struct ScriptNum10Error {}
Trait Implementations§
source§impl From<&str> for ScriptNum10Error
impl From<&str> for ScriptNum10Error
impl RuntimeErrorInterface for ScriptNum10Error
Auto Trait Implementations§
impl RefUnwindSafe for ScriptNum10Error
impl Send for ScriptNum10Error
impl Sync for ScriptNum10Error
impl Unpin for ScriptNum10Error
impl UnwindSafe for ScriptNum10Error
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