Struct mysql_common::value::json::serde_integration::JsonIr[][src]

pub struct JsonIr { /* fields omitted */ }

Intermediate result of a Value-to-Json conversion.

Trait Implementations

impl Debug for JsonIr
[src]

Formats the value using the given formatter. Read more

impl ConvIr<Json> for JsonIr
[src]

Auto Trait Implementations

impl Send for JsonIr

impl Sync for JsonIr