Struct diesel::backend::Debug [] [src]

pub struct Debug;

Trait Implementations

impl Backend for Debug
[src]

type QueryBuilder = DebugQueryBuilder

type RawValue = ()

impl TypeMetadata for Debug
[src]

impl SupportsReturningClause for Debug
[src]

impl SupportsDefaultKeyword for Debug
[src]

impl SupportsNowFunction for Debug
[src]

impl HasSqlType<Bool> for Debug
[src]

fn metadata()

impl HasSqlType<SmallInt> for Debug
[src]

fn metadata()

impl HasSqlType<Integer> for Debug
[src]

fn metadata()

impl HasSqlType<BigInt> for Debug
[src]

fn metadata()

impl HasSqlType<Float> for Debug
[src]

fn metadata()

impl HasSqlType<Double> for Debug
[src]

fn metadata()

impl HasSqlType<VarChar> for Debug
[src]

fn metadata()

impl HasSqlType<Text> for Debug
[src]

fn metadata()

impl HasSqlType<Binary> for Debug
[src]

fn metadata()

impl HasSqlType<Date> for Debug
[src]

fn metadata()

impl HasSqlType<Time> for Debug
[src]

fn metadata()

impl HasSqlType<Timestamp> for Debug
[src]

fn metadata()

impl<T> HasSqlType<Array<T>> for Debug where Debug: HasSqlType<T>
[src]

fn metadata()

impl HasSqlType<Interval> for Debug
[src]

fn metadata()

impl HasSqlType<Oid> for Debug
[src]

fn metadata()

impl HasSqlType<Numeric> for Debug
[src]

fn metadata()