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