#[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 ListTrait Implementations§
Source§impl Clone for CreateDomainStmt
impl Clone for CreateDomainStmt
Source§fn clone(&self) -> CreateDomainStmt
fn clone(&self) -> CreateDomainStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CreateDomainStmt
Source§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
Auto Trait Implementations§
impl !Send for CreateDomainStmt
impl !Sync for CreateDomainStmt
impl Freeze for CreateDomainStmt
impl RefUnwindSafe for CreateDomainStmt
impl Unpin for CreateDomainStmt
impl UnsafeUnpin 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