[][src]Struct diesel::pg::types::sql_types::Oid

pub struct Oid;

The OID SQL type. This is a PostgreSQL specific type.

ToSql impls

FromSql impls

Trait Implementations

impl FromSql<Oid, Pg> for u32[src]

impl<'expr> AsExpression<Oid> for &'expr u32[src]

type Expression = Bound<Oid, Self>

The expression being returned

impl<'expr2, 'expr> AsExpression<Oid> for &'expr2 &'expr u32[src]

type Expression = Bound<Oid, Self>

The expression being returned

impl AsExpression<Oid> for u32[src]

type Expression = Bound<Oid, Self>

The expression being returned

impl QueryId for Oid[src]

type QueryId = Oid

A type which uniquely represents Self in a SQL query. Read more

impl ToSql<Oid, Pg> for u32[src]

impl HasSqlType<Oid> for Pg[src]

impl NotNull for Oid[src]

impl SingleValue for Oid[src]

impl Clone for Oid[src]

impl Copy for Oid[src]

impl Default for Oid[src]

impl Debug for Oid[src]

Auto Trait Implementations

impl Send for Oid

impl Sync for Oid

impl Unpin for Oid

impl UnwindSafe for Oid

impl RefUnwindSafe for Oid

Blanket Implementations

impl<T> IntoSql for T[src]

impl<T> IntoNullable for T where
    T: NotNull
[src]

type Nullable = Nullable<T>

The nullable representation of this type. Read more

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

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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

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

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