Struct rpgffi::AlterRoleSetStmt [] [src]

#[repr(C)]
pub struct AlterRoleSetStmt { pub type_: NodeTag, pub role: *mut Node, pub database: *mut c_char, pub setstmt: *mut VariableSetStmt, }

Fields

Trait Implementations

impl Copy for AlterRoleSetStmt
[src]

impl Clone for AlterRoleSetStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more