Struct rpgffi::AlterTableStmt [] [src]

#[repr(C)]
pub struct AlterTableStmt { pub type_: NodeTag, pub relation: *mut RangeVar, pub cmds: *mut List, pub relkind: ObjectType, pub missing_ok: bool_, }

Fields

Trait Implementations

impl Copy for AlterTableStmt
[src]

impl Clone for AlterTableStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more