Module jsonapi::model [] [src]

Reexports

pub use api::*;

Structs

HashMap

A hash map implemented with linear probing and Robin Hood bucket stealing.

Traits

JsonApiModel

A trait for any struct that can be converted from/into a Resource. The only requirement is that your struct has an 'id: String' field. You shouldn't be implementing JsonApiModel manually, look at the jsonapi_model! macro instead.