Struct mysql::value::OptionIr [] [src]

pub struct OptionIr<T> { /* fields omitted */ }

Trait Implementations

impl<T: Debug> Debug for OptionIr<T>
[src]

Formats the value using the given formatter.

impl<T, Ir> ConvIr<Option<T>> for OptionIr<Ir> where
    T: FromValue<Intermediate = Ir>,
    Ir: ConvIr<T>, 
[src]