#[repr(C)]pub struct AlterRoleSetStmt {
pub type_: NodeTag,
pub role: *mut RoleSpec,
pub database: *mut c_char,
pub setstmt: *mut VariableSetStmt,
}
Fields§
§type_: NodeTag
§role: *mut RoleSpec
§database: *mut c_char
§setstmt: *mut VariableSetStmt
Trait Implementations§
Source§impl Clone for AlterRoleSetStmt
impl Clone for AlterRoleSetStmt
Source§fn clone(&self) -> AlterRoleSetStmt
fn clone(&self) -> AlterRoleSetStmt
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 AlterRoleSetStmt
impl Debug for AlterRoleSetStmt
Source§impl Default for AlterRoleSetStmt
impl Default for AlterRoleSetStmt
Source§impl Display for AlterRoleSetStmt
impl Display for AlterRoleSetStmt
Source§impl PgNode for AlterRoleSetStmt
impl PgNode for AlterRoleSetStmt
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for AlterRoleSetStmt
Auto Trait Implementations§
impl Freeze for AlterRoleSetStmt
impl RefUnwindSafe for AlterRoleSetStmt
impl !Send for AlterRoleSetStmt
impl !Sync for AlterRoleSetStmt
impl Unpin for AlterRoleSetStmt
impl UnwindSafe for AlterRoleSetStmt
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