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