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