Struct jsonapi::api::JsonApiInfo [] [src]

pub struct JsonApiInfo {
    pub version: Option<String>,
    pub meta: Option<Meta>,
}

Optional JsonApiDocument payload identifying the JSON-API version the server implements

Fields

Trait Implementations

impl Debug for JsonApiInfo
[src]

Formats the value using the given formatter.

impl Clone for JsonApiInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JsonApiInfo
[src]

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

This method tests for !=.