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

pub struct Oid;

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

ToSql impls

FromSql impls

Trait Implementations

impl QueryId for Oid
[src]

[src]

[src]

impl NotNull for Oid
[src]

impl Debug for Oid
[src]

[src]

Formats the value using the given formatter.

impl Clone for Oid
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Oid
[src]

impl Default for Oid
[src]

[src]

Returns the "default value" for a type. Read more