Enum jsonrpc_client_transports::transports::ClientResponse [−][src]
pub enum ClientResponse { Output(Output), Notification(Notification), }
A type representing all possible values sent from the server to the client.
Variants
Output(Output)
A regular JSON-RPC request output (single response).
Notification(Notification)
A notification.
Implementations
impl ClientResponse
[src]
impl ClientResponse
[src]Trait Implementations
impl Clone for ClientResponse
[src]
impl Clone for ClientResponse
[src]fn clone(&self) -> ClientResponse
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl<'de> Deserialize<'de> for ClientResponse
[src]
impl<'de> Deserialize<'de> for ClientResponse
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl From<ClientResponse> for Result<Value, Error>
[src]
impl From<ClientResponse> for Result<Value, Error>
[src]fn from(res: ClientResponse) -> Self
[src]
impl PartialEq<ClientResponse> for ClientResponse
[src]
impl PartialEq<ClientResponse> for ClientResponse
[src]fn eq(&self, other: &ClientResponse) -> bool
[src]
fn ne(&self, other: &ClientResponse) -> bool
[src]
impl Serialize for ClientResponse
[src]
impl Serialize for ClientResponse
[src]