Struct rpgffi::SetOperationStmt [] [src]

#[repr(C)]
pub struct SetOperationStmt { pub type_: NodeTag, pub op: SetOperation, pub all: bool_, pub larg: *mut Node, pub rarg: *mut Node, pub colTypes: *mut List, pub colTypmods: *mut List, pub colCollations: *mut List, pub groupClauses: *mut List, }

Fields

Trait Implementations

impl Copy for SetOperationStmt
[src]

impl Clone for SetOperationStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more