Struct rpgffi::AlterObjectSchemaStmt [] [src]

#[repr(C)]
pub struct AlterObjectSchemaStmt { pub type_: NodeTag, pub objectType: ObjectType, pub relation: *mut RangeVar, pub object: *mut List, pub objarg: *mut List, pub newschema: *mut c_char, pub missing_ok: bool_, }

Fields

Trait Implementations

impl Copy for AlterObjectSchemaStmt
[src]

impl Clone for AlterObjectSchemaStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more