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