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