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