Struct oracle::BindValue [] [src]

pub struct BindValue<'a, T> where
    T: 'a + ToSql
{ /* fields omitted */ }

Type to customize conversion from rust type to Oracle type. See ToSql.

Trait Implementations

impl<'a, T> ToSql for BindValue<'a, T> where
    T: ToSql
[src]

impl<'a, T> Debug for BindValue<'a, T> where
    T: ToSql + Debug
[src]

[src]

Formats the value using the given formatter.