Struct anterofit::serialize::json::Deserializer[][src]

pub struct Deserializer;

Deserializer for pulling values from JSON response bodies.

Trait Implementations

impl Clone for Deserializer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Deserializer
[src]

Formats the value using the given formatter. Read more

impl Default for Deserializer
[src]

Returns the "default value" for a type. Read more

impl Deserializer for Deserializer
[src]

Deserialize T from read, returning the result.

Auto Trait Implementations