Struct diesel::pg::types::sql_types::Uuid uuid, postgres
[−]
[src]
pub struct Uuid;
The UUID SQL type. This type can only be used with feature = "uuid"
ToSql impls
- [
uuid::Uuid][Uuid]
FromSql impls
- [
uuid::Uuid][Uuid]
Trait Implementations
impl QueryId for Uuid[src]
impl NotNull for Uuid[src]
impl Debug for Uuid[src]
impl Clone for Uuid[src]
fn clone(&self) -> Uuid[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