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 Hash for Pg
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Pg
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Pg
[src]

impl Backend for Pg
[src]

impl TypeMetadata for Pg
[src]

impl SupportsReturningClause for Pg
[src]

impl SupportsDefaultKeyword for Pg
[src]

impl UsesAnsiSavepointSyntax for Pg
[src]

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

impl HasSqlType<Int4range> for Pg
[src]

impl HasSqlType<Numrange> for Pg
[src]

impl HasSqlType<Tsrange> for Pg
[src]

impl HasSqlType<Tstzrange> for Pg
[src]

impl HasSqlType<Daterange> for Pg
[src]

impl HasSqlType<Int8range> for Pg
[src]

impl HasSqlType<Date> for Pg
[src]

impl HasSqlType<Time> for Pg
[src]

impl HasSqlType<Timestamp> for Pg
[src]

impl HasSqlType<Timestamptz> for Pg
[src]

impl HasSqlType<Interval> for Pg
[src]

impl HasSqlType<MacAddr> for Pg
[src]

impl HasSqlType<Inet> for Pg
[src]

impl HasSqlType<Cidr> for Pg
[src]

impl HasSqlType<Oid> for Pg
[src]

impl HasSqlType<Numeric> for Pg
[src]

impl HasSqlType<Uuid> for Pg
[src]

impl HasSqlType<Json> for Pg
[src]

impl HasSqlType<Jsonb> for Pg
[src]

impl HasSqlType<Money> for Pg
[src]