Struct pgx_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_: NodeTagpubname: *mut c_charoptions: *mut Listtables: *mut Listfor_all_tables: boolTrait Implementations
sourceimpl Clone for CreatePublicationStmt
impl Clone for CreatePublicationStmt
sourcefn clone(&self) -> CreatePublicationStmt
fn clone(&self) -> CreatePublicationStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CreatePublicationStmt
impl Debug for CreatePublicationStmt
sourceimpl Default for CreatePublicationStmt
impl Default for CreatePublicationStmt
sourceimpl Display for CreatePublicationStmt
impl Display for CreatePublicationStmt
sourceimpl PgNode for CreatePublicationStmt
impl PgNode for CreatePublicationStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for CreatePublicationStmt
Auto Trait Implementations
impl RefUnwindSafe for CreatePublicationStmt
impl !Send for CreatePublicationStmt
impl !Sync for CreatePublicationStmt
impl Unpin for CreatePublicationStmt
impl UnwindSafe for CreatePublicationStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more