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