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