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