#[repr(C)]pub struct AlterDomainStmt {
pub type_: NodeTag,
pub subtype: c_char,
pub typeName: *mut List,
pub name: *mut c_char,
pub def: *mut Node,
pub behavior: Type,
pub missing_ok: bool,
}
Fields§
§type_: NodeTag
§subtype: c_char
§typeName: *mut List
§name: *mut c_char
§def: *mut Node
§behavior: Type
§missing_ok: bool
Trait Implementations§
Source§impl Clone for AlterDomainStmt
impl Clone for AlterDomainStmt
Source§fn clone(&self) -> AlterDomainStmt
fn clone(&self) -> AlterDomainStmt
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 AlterDomainStmt
impl Debug for AlterDomainStmt
Source§impl Default for AlterDomainStmt
impl Default for AlterDomainStmt
Source§impl Display for AlterDomainStmt
impl Display for AlterDomainStmt
Source§impl PgNode for AlterDomainStmt
impl PgNode for AlterDomainStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterDomainStmt
Auto Trait Implementations§
impl Freeze for AlterDomainStmt
impl RefUnwindSafe for AlterDomainStmt
impl !Send for AlterDomainStmt
impl !Sync for AlterDomainStmt
impl Unpin for AlterDomainStmt
impl UnwindSafe for AlterDomainStmt
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