Struct pgx_pg_sys::DefineStmt
source · [−]#[repr(C)]pub struct DefineStmt {
pub type_: NodeTag,
pub kind: ObjectType,
pub oldstyle: bool,
pub defnames: *mut List,
pub args: *mut List,
pub definition: *mut List,
pub if_not_exists: bool,
pub replace: bool,
}Fields
type_: NodeTagkind: ObjectTypeoldstyle: booldefnames: *mut Listargs: *mut Listdefinition: *mut Listif_not_exists: boolreplace: boolTrait Implementations
sourceimpl Clone for DefineStmt
impl Clone for DefineStmt
sourcefn clone(&self) -> DefineStmt
fn clone(&self) -> DefineStmt
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 DefineStmt
impl Debug for DefineStmt
sourceimpl Default for DefineStmt
impl Default for DefineStmt
sourceimpl Display for DefineStmt
impl Display for DefineStmt
sourceimpl PgNode for DefineStmt
impl PgNode for DefineStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for DefineStmt
Auto Trait Implementations
impl RefUnwindSafe for DefineStmt
impl !Send for DefineStmt
impl !Sync for DefineStmt
impl Unpin for DefineStmt
impl UnwindSafe for DefineStmt
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