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