Struct rings_rpc::jsonrpc_client::client::NotifyMessage
source · pub struct NotifyMessage {
pub method: String,
pub params: Params,
}
Expand description
An RPC notification.
Fields§
§method: String
The RPC method name.
params: Params
The RPC method parameters.
Trait Implementations§
source§impl From<NotifyMessage> for RpcMessage
impl From<NotifyMessage> for RpcMessage
source§fn from(msg: NotifyMessage) -> Self
fn from(msg: NotifyMessage) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for NotifyMessage
impl Send for NotifyMessage
impl Sync for NotifyMessage
impl Unpin for NotifyMessage
impl UnwindSafe for NotifyMessage
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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