Struct rpgffi::CreateTrigStmt [] [src]

#[repr(C)]
pub struct CreateTrigStmt { pub type_: NodeTag, pub trigname: *mut c_char, pub relation: *mut RangeVar, pub funcname: *mut List, pub args: *mut List, pub row: bool_, pub timing: int16, pub events: int16, pub columns: *mut List, pub whenClause: *mut Node, pub isconstraint: bool_, pub deferrable: bool_, pub initdeferred: bool_, pub constrrel: *mut RangeVar, }

Fields

Trait Implementations

impl Copy for CreateTrigStmt
[src]

impl Clone for CreateTrigStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more