Struct rpgffi::DropRoleStmt [] [src]

#[repr(C)]
pub struct DropRoleStmt { pub type_: NodeTag, pub roles: *mut List, pub missing_ok: bool_, }

Fields

Trait Implementations

impl Copy for DropRoleStmt
[src]

impl Clone for DropRoleStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more