Struct pgrx_pg_sys::CreateDomainStmt
source · #[repr(C)]pub struct CreateDomainStmt {
pub type_: NodeTag,
pub domainname: *mut List,
pub typeName: *mut TypeName,
pub collClause: *mut CollateClause,
pub constraints: *mut List,
}
Fields§
§type_: NodeTag
§domainname: *mut List
§typeName: *mut TypeName
§collClause: *mut CollateClause
§constraints: *mut List
Trait Implementations§
source§impl Clone for CreateDomainStmt
impl Clone for CreateDomainStmt
source§fn clone(&self) -> CreateDomainStmt
fn clone(&self) -> CreateDomainStmt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateDomainStmt
impl Debug for CreateDomainStmt
source§impl Default for CreateDomainStmt
impl Default for CreateDomainStmt
source§impl Display for CreateDomainStmt
impl Display for CreateDomainStmt
source§impl PgNode for CreateDomainStmt
impl PgNode for CreateDomainStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more