Struct json_api::doc::ErrorDocument [] [src]

pub struct ErrorDocument {
    pub errors: Vec<Error>,
    pub jsonapi: JsonApi,
    pub links: Map<Link>,
    pub meta: Map<Value>,
    // some fields omitted
}

Fields

Methods

impl ErrorDocument
[src]

Trait Implementations

impl Clone for ErrorDocument
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ErrorDocument
[src]

[src]

Formats the value using the given formatter.