Struct pgrx_pg_sys::AlterPolicyStmt
source · #[repr(C)]pub struct AlterPolicyStmt {
pub type_: NodeTag,
pub policy_name: *mut c_char,
pub table: *mut RangeVar,
pub roles: *mut List,
pub qual: *mut Node,
pub with_check: *mut Node,
}
Fields§
§type_: NodeTag
§policy_name: *mut c_char
§table: *mut RangeVar
§roles: *mut List
§qual: *mut Node
§with_check: *mut Node
Trait Implementations§
source§impl Clone for AlterPolicyStmt
impl Clone for AlterPolicyStmt
source§fn clone(&self) -> AlterPolicyStmt
fn clone(&self) -> AlterPolicyStmt
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AlterPolicyStmt
impl Debug for AlterPolicyStmt
source§impl Default for AlterPolicyStmt
impl Default for AlterPolicyStmt
source§impl Display for AlterPolicyStmt
impl Display for AlterPolicyStmt
source§impl PgNode for AlterPolicyStmt
impl PgNode for AlterPolicyStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more