Struct rpgffi::InsertStmt [] [src]

#[repr(C)]
pub struct InsertStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub cols: *mut List, pub selectStmt: *mut Node, pub onConflictClause: *mut OnConflictClause, pub returningList: *mut List, pub withClause: *mut WithClause, }

Fields

Trait Implementations

impl Copy for InsertStmt
[src]

impl Clone for InsertStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more