Struct bitcoin_argsman::DEFAULT_BASE_PARAMS
source · pub struct DEFAULT_BASE_PARAMS { /* private fields */ }Methods from Deref<Target = BaseChainParams>§
Trait Implementations§
source§impl Deref for DEFAULT_BASE_PARAMS
impl Deref for DEFAULT_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 DEFAULT_BASE_PARAMS
Auto Trait Implementations§
impl RefUnwindSafe for DEFAULT_BASE_PARAMS
impl Send for DEFAULT_BASE_PARAMS
impl Sync for DEFAULT_BASE_PARAMS
impl Unpin for DEFAULT_BASE_PARAMS
impl UnwindSafe for DEFAULT_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