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

pub struct BytesIr { /* fields omitted */ }

Intermediate result of a Value-to-Vec conversion.

Trait Implementations

impl Debug for BytesIr
[src]

Formats the value using the given formatter. Read more

impl ConvIr<Vec<u8>> for BytesIr
[src]

Important traits for Vec<u8>

Auto Trait Implementations

impl Send for BytesIr

impl Sync for BytesIr