#[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: boolTrait Implementations§
Source§impl Clone for DropUserMappingStmt
impl Clone for DropUserMappingStmt
Source§fn clone(&self) -> DropUserMappingStmt
fn clone(&self) -> DropUserMappingStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DropUserMappingStmt
Source§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
Auto Trait Implementations§
impl !Send for DropUserMappingStmt
impl !Sync for DropUserMappingStmt
impl Freeze for DropUserMappingStmt
impl RefUnwindSafe for DropUserMappingStmt
impl Unpin for DropUserMappingStmt
impl UnsafeUnpin 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