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