pub struct RpcErrorBody {
pub jsonrpc: &'static str,
pub id: Value,
pub error: RpcErrorPayload,
}Fields§
§jsonrpc: &'static str§id: Value§error: RpcErrorPayloadTrait Implementations§
Source§impl Debug for RpcErrorBody
impl Debug for RpcErrorBody
Auto Trait Implementations§
impl Freeze for RpcErrorBody
impl RefUnwindSafe for RpcErrorBody
impl Send for RpcErrorBody
impl Sync for RpcErrorBody
impl Unpin for RpcErrorBody
impl UnsafeUnpin for RpcErrorBody
impl UnwindSafe for RpcErrorBody
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