#[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
impl Copy for CreateEventTrigStmt
Auto Trait Implementations§
impl Freeze for CreateEventTrigStmt
impl RefUnwindSafe for CreateEventTrigStmt
impl !Send for CreateEventTrigStmt
impl !Sync for CreateEventTrigStmt
impl Unpin for CreateEventTrigStmt
impl UnwindSafe for CreateEventTrigStmt
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