Struct pgrx_pg_sys::AlterRoleStmt
source · #[repr(C)]pub struct AlterRoleStmt {
pub type_: NodeTag,
pub role: *mut RoleSpec,
pub options: *mut List,
pub action: c_int,
}
Fields§
§type_: NodeTag
§role: *mut RoleSpec
§options: *mut List
§action: c_int
Trait Implementations§
source§impl Clone for AlterRoleStmt
impl Clone for AlterRoleStmt
source§fn clone(&self) -> AlterRoleStmt
fn clone(&self) -> AlterRoleStmt
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 AlterRoleStmt
impl Debug for AlterRoleStmt
source§impl Default for AlterRoleStmt
impl Default for AlterRoleStmt
source§impl Display for AlterRoleStmt
impl Display for AlterRoleStmt
source§impl PgNode for AlterRoleStmt
impl PgNode for AlterRoleStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterRoleStmt
Auto Trait Implementations§
impl Freeze for AlterRoleStmt
impl RefUnwindSafe for AlterRoleStmt
impl !Send for AlterRoleStmt
impl !Sync for AlterRoleStmt
impl Unpin for AlterRoleStmt
impl UnwindSafe for AlterRoleStmt
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