Struct butlerd::Responses::ResponseErr[][src]

pub struct ResponseErr {
    pub response: Response,
    pub error: BError,
}

The base struct for responses with errors

Fields

Trait Implementations

impl Debug for ResponseErr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ResponseErr

impl Sync for ResponseErr