Struct pgx_pg_sys::AlterRoleSetStmt
source · [−]#[repr(C)]pub struct AlterRoleSetStmt {
pub type_: NodeTag,
pub role: *mut RoleSpec,
pub database: *mut c_char,
pub setstmt: *mut VariableSetStmt,
}Fields
type_: NodeTagrole: *mut RoleSpecdatabase: *mut c_charsetstmt: *mut VariableSetStmtTrait Implementations
sourceimpl Clone for AlterRoleSetStmt
impl Clone for AlterRoleSetStmt
sourcefn clone(&self) -> AlterRoleSetStmt
fn clone(&self) -> AlterRoleSetStmt
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 AlterRoleSetStmt
impl Debug for AlterRoleSetStmt
sourceimpl Default for AlterRoleSetStmt
impl Default for AlterRoleSetStmt
sourceimpl Display for AlterRoleSetStmt
impl Display for AlterRoleSetStmt
sourceimpl PgNode for AlterRoleSetStmt
impl PgNode for AlterRoleSetStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterRoleSetStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterRoleSetStmt
impl !Send for AlterRoleSetStmt
impl !Sync for AlterRoleSetStmt
impl Unpin for AlterRoleSetStmt
impl UnwindSafe for AlterRoleSetStmt
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