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