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