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