Struct pgx_pg_sys::AlterEnumStmt
source · #[repr(C)]pub struct AlterEnumStmt {
pub type_: NodeTag,
pub typeName: *mut List,
pub oldVal: *mut c_char,
pub newVal: *mut c_char,
pub newValNeighbor: *mut c_char,
pub newValIsAfter: bool,
pub skipIfNewValExists: bool,
}
Fields
type_: NodeTag
typeName: *mut List
oldVal: *mut c_char
newVal: *mut c_char
newValNeighbor: *mut c_char
newValIsAfter: bool
skipIfNewValExists: bool
Trait Implementations
sourceimpl Clone for AlterEnumStmt
impl Clone for AlterEnumStmt
sourcefn clone(&self) -> AlterEnumStmt
fn clone(&self) -> AlterEnumStmt
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for AlterEnumStmt
impl Debug for AlterEnumStmt
sourceimpl Default for AlterEnumStmt
impl Default for AlterEnumStmt
sourceimpl Display for AlterEnumStmt
impl Display for AlterEnumStmt
sourceimpl PgNode for AlterEnumStmt
impl PgNode for AlterEnumStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterEnumStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterEnumStmt
impl !Send for AlterEnumStmt
impl !Sync for AlterEnumStmt
impl Unpin for AlterEnumStmt
impl UnwindSafe for AlterEnumStmt
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