Struct bitcoin_argsman::TESTNET_BASE_PARAMS
source · pub struct TESTNET_BASE_PARAMS { /* private fields */ }Methods from Deref<Target = BaseChainParams>§
Trait Implementations§
source§impl Deref for TESTNET_BASE_PARAMS
impl Deref for TESTNET_BASE_PARAMS
§type Target = BaseChainParams
type Target = BaseChainParams
The resulting type after dereferencing.
source§fn deref(&self) -> &BaseChainParams
fn deref(&self) -> &BaseChainParams
Dereferences the value.
impl LazyStatic for TESTNET_BASE_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for TESTNET_BASE_PARAMS
impl Send for TESTNET_BASE_PARAMS
impl Sync for TESTNET_BASE_PARAMS
impl Unpin for TESTNET_BASE_PARAMS
impl UnwindSafe for TESTNET_BASE_PARAMS
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