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