#[repr(C)]pub struct AlterOperatorStmt {
pub type_: NodeTag,
pub opername: *mut ObjectWithArgs,
pub options: *mut List,
}Fields§
§type_: NodeTag§opername: *mut ObjectWithArgs§options: *mut ListTrait Implementations§
Source§impl Clone for AlterOperatorStmt
impl Clone for AlterOperatorStmt
Source§fn clone(&self) -> AlterOperatorStmt
fn clone(&self) -> AlterOperatorStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AlterOperatorStmt
Source§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
Auto Trait Implementations§
impl !Send for AlterOperatorStmt
impl !Sync for AlterOperatorStmt
impl Freeze for AlterOperatorStmt
impl RefUnwindSafe for AlterOperatorStmt
impl Unpin for AlterOperatorStmt
impl UnsafeUnpin 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