Struct rpgffi::IntoClause [] [src]

#[repr(C)]
pub struct IntoClause { pub type_: NodeTag, pub rel: *mut RangeVar, pub colNames: *mut List, pub options: *mut List, pub onCommit: OnCommitAction, pub tableSpaceName: *mut c_char, pub viewQuery: *mut Node, pub skipData: bool_, }

Fields

Trait Implementations

impl Copy for IntoClause
[src]

impl Clone for IntoClause
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more