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