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