Struct pgx_pg_sys::CreateFunctionStmt
source · [−]#[repr(C)]pub struct CreateFunctionStmt {
pub type_: NodeTag,
pub is_procedure: bool,
pub replace: bool,
pub funcname: *mut List,
pub parameters: *mut List,
pub returnType: *mut TypeName,
pub options: *mut List,
pub sql_body: *mut Node,
}Fields
type_: NodeTagis_procedure: boolreplace: boolfuncname: *mut Listparameters: *mut ListreturnType: *mut TypeNameoptions: *mut Listsql_body: *mut NodeTrait Implementations
sourceimpl Clone for CreateFunctionStmt
impl Clone for CreateFunctionStmt
sourcefn clone(&self) -> CreateFunctionStmt
fn clone(&self) -> CreateFunctionStmt
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 CreateFunctionStmt
impl Debug for CreateFunctionStmt
sourceimpl Default for CreateFunctionStmt
impl Default for CreateFunctionStmt
sourceimpl Display for CreateFunctionStmt
impl Display for CreateFunctionStmt
sourceimpl PgNode for CreateFunctionStmt
impl PgNode for CreateFunctionStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreateFunctionStmt
Auto Trait Implementations
impl RefUnwindSafe for CreateFunctionStmt
impl !Send for CreateFunctionStmt
impl !Sync for CreateFunctionStmt
impl Unpin for CreateFunctionStmt
impl UnwindSafe for CreateFunctionStmt
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