#[repr(C)]pub struct AlterOpFamilyStmt {
pub type_: NodeTag,
pub opfamilyname: *mut List,
pub amname: *mut c_char,
pub isDrop: bool,
pub items: *mut List,
}
Fields§
§type_: NodeTag
§opfamilyname: *mut List
§amname: *mut c_char
§isDrop: bool
§items: *mut List
Trait Implementations§
Source§impl Clone for AlterOpFamilyStmt
impl Clone for AlterOpFamilyStmt
Source§fn clone(&self) -> AlterOpFamilyStmt
fn clone(&self) -> AlterOpFamilyStmt
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 AlterOpFamilyStmt
impl Debug for AlterOpFamilyStmt
Source§impl Default for AlterOpFamilyStmt
impl Default for AlterOpFamilyStmt
Source§impl Display for AlterOpFamilyStmt
impl Display for AlterOpFamilyStmt
Source§impl PgNode for AlterOpFamilyStmt
impl PgNode for AlterOpFamilyStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterOpFamilyStmt
Auto Trait Implementations§
impl Freeze for AlterOpFamilyStmt
impl RefUnwindSafe for AlterOpFamilyStmt
impl !Send for AlterOpFamilyStmt
impl !Sync for AlterOpFamilyStmt
impl Unpin for AlterOpFamilyStmt
impl UnwindSafe for AlterOpFamilyStmt
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