[][src]Struct diesel_geography::sql_types::Geography

pub struct Geography;

Trait Implementations

impl<'expr> AsExpression<Geography> for &'expr GeogPoint
[src]

The expression being returned

impl<'expr2, 'expr> AsExpression<Geography> for &'expr2 &'expr GeogPoint
[src]

The expression being returned

impl AsExpression<Geography> for GeogPoint
[src]

The expression being returned

impl HasSqlType<Geography> for Pg
[src]

impl NotNull for Geography
[src]

impl SingleValue for Geography
[src]

impl ToSql<Geography, Pg> for GeogPoint
[src]

impl FromSql<Geography, Pg> for GeogPoint
[src]

Auto Trait Implementations

impl Send for Geography

impl Sync for Geography

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> IntoSql for T
[src]

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

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

impl<T> Same for T

Should always be Self