Struct pgrx_pg_sys::AlterTypeStmt
source · #[repr(C)]pub struct AlterTypeStmt {
pub type_: NodeTag,
pub typeName: *mut List,
pub options: *mut List,
}
Fields§
§type_: NodeTag
§typeName: *mut List
§options: *mut List
Trait Implementations§
source§impl Clone for AlterTypeStmt
impl Clone for AlterTypeStmt
source§fn clone(&self) -> AlterTypeStmt
fn clone(&self) -> AlterTypeStmt
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 AlterTypeStmt
impl Debug for AlterTypeStmt
source§impl Default for AlterTypeStmt
impl Default for AlterTypeStmt
source§impl Display for AlterTypeStmt
impl Display for AlterTypeStmt
source§impl PgNode for AlterTypeStmt
impl PgNode for AlterTypeStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterTypeStmt
Auto Trait Implementations§
impl Freeze for AlterTypeStmt
impl RefUnwindSafe for AlterTypeStmt
impl !Send for AlterTypeStmt
impl !Sync for AlterTypeStmt
impl Unpin for AlterTypeStmt
impl UnwindSafe for AlterTypeStmt
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