Struct rpgffi::AlterOwnerStmt [] [src]

#[repr(C)]
pub struct AlterOwnerStmt { pub type_: NodeTag, pub objectType: ObjectType, pub relation: *mut RangeVar, pub object: *mut List, pub objarg: *mut List, pub newowner: *mut Node, }

Fields

Trait Implementations

impl Copy for AlterOwnerStmt
[src]

impl Clone for AlterOwnerStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more