Struct diesel::pg::types::sql_types::Oid
[−]
[src]
pub struct Oid;
Trait Implementations
impl QueryId for Oid
[src]
impl NotNull for Oid
[src]
impl SingleValue for Oid
[src]
impl Debug for Oid
[src]
impl Clone for Oid
[src]
fn clone(&self) -> Oid
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more