Trait deuterium::sql::value::AsPostgresValue [] [src]

pub trait AsPostgresValue: ToSql + Sized {
    fn as_postgres_value(&self) -> &ToSql { ... }
}

Provided Methods

Implementations on Foreign Types

impl AsPostgresValue for bool
[src]

[src]

impl AsPostgresValue for i8
[src]

[src]

impl AsPostgresValue for i16
[src]

[src]

impl AsPostgresValue for i32
[src]

[src]

impl AsPostgresValue for i64
[src]

[src]

impl AsPostgresValue for f32
[src]

[src]

impl AsPostgresValue for f64
[src]

[src]

impl AsPostgresValue for String
[src]

[src]

impl AsPostgresValue for Vec<u8>
[src]

[src]

impl AsPostgresValue for Value
[src]

[src]

impl AsPostgresValue for NaiveDateTime
[src]

[src]

impl AsPostgresValue for Uuid
[src]

[src]

Implementors