Struct rpgffi::AlterTableMoveAllStmt [] [src]

#[repr(C)]
pub struct AlterTableMoveAllStmt { pub type_: NodeTag, pub orig_tablespacename: *mut c_char, pub objtype: ObjectType, pub roles: *mut List, pub new_tablespacename: *mut c_char, pub nowait: bool_, }

Fields

Trait Implementations

impl Copy for AlterTableMoveAllStmt
[src]

impl Clone for AlterTableMoveAllStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more