Struct bitcoinrpc_util::RPCResult
source · pub struct RPCResult { /* private fields */ }Expand description
Implementations§
source§impl RPCResult
impl RPCResult
pub fn new_with_cond_and_optional( cond: String, ty: Type, key_name: String, optional: bool, description: String, inner: Vec<RPCResult> ) -> Self
pub fn new_with_cond( cond: String, ty: Type, key_name: String, description: String, inner: Vec<RPCResult> ) -> Self
pub fn new_with_keyname_description_and_rpc_result_vector( ty: Type, key_name: String, description: String, inner: Vec<RPCResult> ) -> Self
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RPCResult
impl Send for RPCResult
impl Sync for RPCResult
impl Unpin for RPCResult
impl UnwindSafe for RPCResult
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