Struct diesel::pg::Pg [] [src]

pub struct Pg;

Trait Implementations

impl HasSqlType<Bool> for Pg
[src]

impl HasSqlType<SmallInt> for Pg
[src]

impl HasSqlType<Integer> for Pg
[src]

impl HasSqlType<BigInt> for Pg
[src]

impl HasSqlType<Float> for Pg
[src]

impl HasSqlType<Double> for Pg
[src]

impl HasSqlType<Text> for Pg
[src]

impl HasSqlType<Binary> for Pg
[src]

impl Debug for Pg
[src]

Formats the value using the given formatter.

impl Clone for Pg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Pg
[src]

impl Backend for Pg
[src]

impl TypeMetadata for Pg
[src]

impl SupportsReturningClause for Pg
[src]

impl SupportsDefaultKeyword for Pg
[src]

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

impl HasSqlType<Timestamptz> for Pg
[src]

impl HasSqlType<Interval> for Pg
[src]

impl HasSqlType<Date> for Pg
[src]

impl HasSqlType<Time> for Pg
[src]

impl HasSqlType<Timestamp> for Pg
[src]

impl HasSqlType<Oid> for Pg
[src]

impl HasSqlType<Numeric> for Pg
[src]