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