Struct rpgffi::OnConflictClause [] [src]

#[repr(C)]
pub struct OnConflictClause { pub type_: NodeTag, pub action: OnConflictAction, pub infer: *mut InferClause, pub targetList: *mut List, pub whereClause: *mut Node, pub location: c_int, }

Fields

Trait Implementations

impl Copy for OnConflictClause
[src]

impl Clone for OnConflictClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more