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