Struct pgx_pg_sys::AlterUserMappingStmt
source · [−]#[repr(C)]pub struct AlterUserMappingStmt {
pub type_: NodeTag,
pub user: *mut RoleSpec,
pub servername: *mut c_char,
pub options: *mut List,
}Fields
type_: NodeTaguser: *mut RoleSpecservername: *mut c_charoptions: *mut ListTrait Implementations
sourceimpl Clone for AlterUserMappingStmt
impl Clone for AlterUserMappingStmt
sourcefn clone(&self) -> AlterUserMappingStmt
fn clone(&self) -> AlterUserMappingStmt
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 AlterUserMappingStmt
impl Debug for AlterUserMappingStmt
sourceimpl Default for AlterUserMappingStmt
impl Default for AlterUserMappingStmt
sourceimpl Display for AlterUserMappingStmt
impl Display for AlterUserMappingStmt
sourceimpl PgNode for AlterUserMappingStmt
impl PgNode for AlterUserMappingStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterUserMappingStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterUserMappingStmt
impl !Send for AlterUserMappingStmt
impl !Sync for AlterUserMappingStmt
impl Unpin for AlterUserMappingStmt
impl UnwindSafe for AlterUserMappingStmt
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