Struct rpgffi::GrantStmt [] [src]

#[repr(C)]
pub struct GrantStmt { pub type_: NodeTag, pub is_grant: bool_, pub targtype: GrantTargetType, pub objtype: GrantObjectType, pub objects: *mut List, pub privileges: *mut List, pub grantees: *mut List, pub grant_option: bool_, pub behavior: DropBehavior, }

Fields

Trait Implementations

impl Copy for GrantStmt
[src]

impl Clone for GrantStmt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more