pub struct RPCResponse {
pub status: u32,
pub body: Value,
}
Expand description
RPC Call response with status.
Fields§
§status: u32
§body: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RPCResponse
impl RefUnwindSafe for RPCResponse
impl Send for RPCResponse
impl Sync for RPCResponse
impl Unpin for RPCResponse
impl UnwindSafe for RPCResponse
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more