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