Struct pgrx_pg_sys::NotifyStmt
source · #[repr(C)]pub struct NotifyStmt {
pub type_: NodeTag,
pub conditionname: *mut c_char,
pub payload: *mut c_char,
}
Fields§
§type_: NodeTag
§conditionname: *mut c_char
§payload: *mut c_char
Trait Implementations§
source§impl Clone for NotifyStmt
impl Clone for NotifyStmt
source§fn clone(&self) -> NotifyStmt
fn clone(&self) -> NotifyStmt
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 NotifyStmt
impl Debug for NotifyStmt
source§impl Default for NotifyStmt
impl Default for NotifyStmt
source§impl Display for NotifyStmt
impl Display for NotifyStmt
source§impl PgNode for NotifyStmt
impl PgNode for NotifyStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more