Struct rpgffi::AlterRoleStmt [] [src]

#[repr(C)]
pub struct AlterRoleStmt { pub type_: NodeTag, pub role: *mut Node, pub options: *mut List, pub action: c_int, }

Fields

Trait Implementations

impl Copy for AlterRoleStmt
[src]

impl Clone for AlterRoleStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more