Module json_api::value [] [src]

Reexports

pub use self::map::Map;
pub use self::set::Set;

Modules

map
set

Structs

Key

An immutable wrapper around String that enforces compliance with JSON API Member Names.

Number

Represents a JSON number, whether integer or floating point.

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Uri

The URI component of a request.

Enums

Value

Functions

from_value
to_value