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