Struct rpgffi::UpdateStmt [] [src]

#[repr(C)]
pub struct UpdateStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub targetList: *mut List, pub whereClause: *mut Node, pub fromClause: *mut List, pub returningList: *mut List, pub withClause: *mut WithClause, }

Fields

Trait Implementations

impl Copy for UpdateStmt
[src]

impl Clone for UpdateStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more