Struct butlerd::Responses::Response[][src]

pub struct Response {
    pub id: i32,
    pub jsonrpc: String,
}

The base Response struct

Fields

The version of JSONRPC that butlerd is using

Trait Implementations

impl Debug for Response
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Response

impl Sync for Response