Struct pgx_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_: NodeTagpolicy_name: *mut c_chartable: *mut RangeVarroles: *mut Listqual: *mut Nodewith_check: *mut NodeTrait Implementations
sourceimpl Clone for AlterPolicyStmt
impl Clone for AlterPolicyStmt
sourcefn clone(&self) -> AlterPolicyStmt
fn clone(&self) -> AlterPolicyStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterPolicyStmt
impl Debug for AlterPolicyStmt
sourceimpl Default for AlterPolicyStmt
impl Default for AlterPolicyStmt
sourceimpl Display for AlterPolicyStmt
impl Display for AlterPolicyStmt
sourceimpl PgNode for AlterPolicyStmt
impl PgNode for AlterPolicyStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterPolicyStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterPolicyStmt
impl !Send for AlterPolicyStmt
impl !Sync for AlterPolicyStmt
impl Unpin for AlterPolicyStmt
impl UnwindSafe for AlterPolicyStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more