Struct mysql_common::value::convert::StringIr[][src]

pub struct StringIr { /* fields omitted */ }

Intermediate result of a Value-to-String conversion.

Trait Implementations

impl Debug for StringIr
[src]

Formats the value using the given formatter. Read more

impl ConvIr<String> for StringIr
[src]

Auto Trait Implementations

impl Send for StringIr

impl Sync for StringIr