#[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
impl Copy for CreateDomainStmt
Auto Trait Implementations§
impl Freeze for CreateDomainStmt
impl RefUnwindSafe for CreateDomainStmt
impl !Send for CreateDomainStmt
impl !Sync for CreateDomainStmt
impl Unpin for CreateDomainStmt
impl UnwindSafe for CreateDomainStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more