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

pub struct Serializer;

Serializer for JSON request bodies with compact output.

Trait Implementations

impl Clone for Serializer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Serializer
[src]

Formats the value using the given formatter. Read more

impl Default for Serializer
[src]

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

impl Serializer for Serializer
[src]

Serialize T to write, returning any errors.

Returns application/json.

Auto Trait Implementations

impl Send for Serializer

impl Sync for Serializer