Struct json_api::doc::specification::JsonApi
[−]
[src]
pub struct JsonApi {
pub meta: Map<Value>,
pub version: Version,
// some fields omitted
}Fields
meta: Map<Value>
version: Version
Trait Implementations
impl Clone for JsonApi[src]
fn clone(&self) -> JsonApi[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