Struct mysql::value::BytesIr [] [src]

pub struct BytesIr {
    // some fields omitted
}

Trait Implementations

impl ConvIr<Vec<u8>> for BytesIr

fn new(v: Value) -> MyResult<BytesIr>

fn commit(self) -> Vec<u8>

fn rollback(self) -> Value

Derived Implementations

impl Debug for BytesIr

fn fmt(&self, __arg_0: &mut Formatter) -> Result