Struct debugserver_types::ErrorResponseBody [] [src]

pub struct ErrorResponseBody {
    pub error: Option<Message>,
}

Fields

An optional, structured error message.

Trait Implementations

impl Clone for ErrorResponseBody
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ErrorResponseBody
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for ErrorResponseBody
[src]

[src]

Formats the value using the given formatter.

impl Default for ErrorResponseBody
[src]

[src]

Returns the "default value" for a type. Read more