Struct rpgffi::CreateTableAsStmt [] [src]

#[repr(C)]
pub struct CreateTableAsStmt { pub type_: NodeTag, pub query: *mut Node, pub into: *mut IntoClause, pub relkind: ObjectType, pub is_select_into: bool_, pub if_not_exists: bool_, }

Fields

Trait Implementations

impl Copy for CreateTableAsStmt
[src]

impl Clone for CreateTableAsStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more