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
errors: Vec<Error>
jsonapi: JsonApi
links: Map<Link>
meta: Map<Value>
Methods
impl ErrorDocument[src]
fn build() -> ErrorDocumentBuilder[src]
Trait Implementations
impl Clone for ErrorDocument[src]
fn clone(&self) -> ErrorDocument[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more