Struct untis::RpcResponse [] [src]

pub struct RpcResponse<R> {
    pub jsonrpc: String,
    pub id: String,
    pub result: R,
}

Fields

Trait Implementations

impl<R: Debug> Debug for RpcResponse<R>
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<R> Send for RpcResponse<R> where
    R: Send

impl<R> Sync for RpcResponse<R> where
    R: Sync