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
version: Option<String>
meta: Option<Meta>
Trait Implementations
impl Debug for JsonApiInfo
[src]
impl Clone for JsonApiInfo
[src]
fn clone(&self) -> JsonApiInfo
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for JsonApiInfo
[src]
fn eq(&self, __arg_0: &JsonApiInfo) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &JsonApiInfo) -> bool
This method tests for !=
.