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