Struct pgx_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_: NodeTagrole: *mut RoleSpecoptions: *mut Listaction: c_intTrait Implementations
sourceimpl Clone for AlterRoleStmt
impl Clone for AlterRoleStmt
sourcefn clone(&self) -> AlterRoleStmt
fn clone(&self) -> AlterRoleStmt
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 AlterRoleStmt
impl Debug for AlterRoleStmt
sourceimpl Default for AlterRoleStmt
impl Default for AlterRoleStmt
sourceimpl Display for AlterRoleStmt
impl Display for AlterRoleStmt
sourceimpl PgNode for AlterRoleStmt
impl PgNode for AlterRoleStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterRoleStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterRoleStmt
impl !Send for AlterRoleStmt
impl !Sync for AlterRoleStmt
impl Unpin for AlterRoleStmt
impl UnwindSafe for AlterRoleStmt
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