Struct pgx_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_: NodeTagobjtype: ObjectTypefunc: *mut ObjectWithArgsactions: *mut ListTrait Implementations
sourceimpl Clone for AlterFunctionStmt
impl Clone for AlterFunctionStmt
sourcefn clone(&self) -> AlterFunctionStmt
fn clone(&self) -> AlterFunctionStmt
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 AlterFunctionStmt
impl Debug for AlterFunctionStmt
sourceimpl Default for AlterFunctionStmt
impl Default for AlterFunctionStmt
sourceimpl Display for AlterFunctionStmt
impl Display for AlterFunctionStmt
sourceimpl PgNode for AlterFunctionStmt
impl PgNode for AlterFunctionStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterFunctionStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterFunctionStmt
impl !Send for AlterFunctionStmt
impl !Sync for AlterFunctionStmt
impl Unpin for AlterFunctionStmt
impl UnwindSafe for AlterFunctionStmt
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