Struct rustiful::JsonApiError [] [src]

pub struct JsonApiError {
    pub title: String,
    pub status: String,
    pub detail: String,
}

Fields

Methods

impl JsonApiError
[src]

Trait Implementations

impl Debug for JsonApiError
[src]

Formats the value using the given formatter.

impl Clone for JsonApiError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JsonApiError
[src]

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

This method tests for !=.

impl Eq for JsonApiError
[src]