Enum bitcoinrpc_util::OuterType
source · pub enum OuterType {
ARR,
OBJ,
NONE,
}Expand description
| Serializing JSON objects depends on | the outer type. Only arrays and dictionaries | can be nested in json. The top-level | outer type is “NONE”. |
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for OuterType
impl Send for OuterType
impl Sync for OuterType
impl Unpin for OuterType
impl UnwindSafe for OuterType
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