#[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: DefElemActionTrait Implementations§
Source§impl Clone for AlterPublicationStmt
impl Clone for AlterPublicationStmt
Source§fn clone(&self) -> AlterPublicationStmt
fn clone(&self) -> AlterPublicationStmt
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const 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