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