Struct diesel::query_builder::DebugQuery[][src]

pub struct DebugQuery<'a, T: 'a, DB> { /* fields omitted */ }
Expand description

A struct that implements fmt::Display and fmt::Debug to show the SQL representation of a query.

The Display implementation will be the exact query sent to the server, plus a comment with the values of the bind parameters. The Debug implementation is more structured, and able to be pretty printed.

See debug_query for usage examples.

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Convert self to an expression for Diesel’s query builder. Read more

Convert &self to an expression for Diesel’s query builder. Read more

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.