#[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
impl Copy for AlterPolicyStmt
Auto Trait Implementations§
impl Freeze for AlterPolicyStmt
impl RefUnwindSafe for AlterPolicyStmt
impl !Send for AlterPolicyStmt
impl !Sync for AlterPolicyStmt
impl Unpin for AlterPolicyStmt
impl UnwindSafe for AlterPolicyStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more