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

pub struct Pg;

Trait Implementations

impl HasSqlType<Bool> for Pg
postgres
[src]

[src]

impl HasSqlType<SmallInt> for Pg
postgres
[src]

[src]

impl HasSqlType<Integer> for Pg
postgres
[src]

[src]

impl HasSqlType<BigInt> for Pg
postgres
[src]

[src]

impl HasSqlType<Float> for Pg
postgres
[src]

[src]

impl HasSqlType<Double> for Pg
postgres
[src]

[src]

impl HasSqlType<Text> for Pg
postgres
[src]

[src]

impl HasSqlType<Binary> for Pg
postgres
[src]

[src]

impl Debug for Pg
[src]

[src]

Formats the value using the given formatter.

impl Clone for Pg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

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]

[src]

impl HasSqlType<Timestamptz> for Pg
[src]

[src]

impl HasSqlType<Interval> for Pg
[src]

[src]

impl HasSqlType<Date> for Pg
[src]

[src]

impl HasSqlType<Time> for Pg
[src]

[src]

impl HasSqlType<Timestamp> for Pg
[src]

[src]

impl HasSqlType<Oid> for Pg
[src]

[src]

impl HasSqlType<Numeric> for Pg
[src]

[src]

impl HasSqlType<Uuid> for Pg
[src]

[src]