Struct bitcoin_cli::HTTPReply
source · pub struct HTTPReply {
pub status: i32,
pub error: i32,
pub body: String,
}
Expand description
| Reply structure for request_done to | fill in |
Fields§
§status: i32
§error: i32
§body: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HTTPReply
impl Send for HTTPReply
impl Sync for HTTPReply
impl Unpin for HTTPReply
impl UnwindSafe for HTTPReply
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