Struct butlerd::Responses::ResponseRes[][src]

pub struct ResponseRes {
    pub response: Response,
    pub result: Map<String, Value>,
}

The base struct for responses with results

Fields

Trait Implementations

impl Debug for ResponseRes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResponseRes

impl Sync for ResponseRes