Struct pgx_pg_sys::AlterDomainStmt
source · [−]#[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: DropBehavior,
pub missing_ok: bool,
}Fields
type_: NodeTagsubtype: c_chartypeName: *mut Listname: *mut c_chardef: *mut Nodebehavior: DropBehaviormissing_ok: boolTrait Implementations
sourceimpl Clone for AlterDomainStmt
impl Clone for AlterDomainStmt
sourcefn clone(&self) -> AlterDomainStmt
fn clone(&self) -> AlterDomainStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterDomainStmt
impl Debug for AlterDomainStmt
sourceimpl Default for AlterDomainStmt
impl Default for AlterDomainStmt
sourceimpl Display for AlterDomainStmt
impl Display for AlterDomainStmt
sourceimpl PgNode for AlterDomainStmt
impl PgNode for AlterDomainStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterDomainStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterDomainStmt
impl !Send for AlterDomainStmt
impl !Sync for AlterDomainStmt
impl Unpin for AlterDomainStmt
impl UnwindSafe for AlterDomainStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more