Struct pgrx_pg_sys::DropOwnedStmt
source · #[repr(C)]pub struct DropOwnedStmt {
pub type_: NodeTag,
pub roles: *mut List,
pub behavior: DropBehavior,
}
Fields§
§type_: NodeTag
§roles: *mut List
§behavior: DropBehavior
Trait Implementations§
source§impl Clone for DropOwnedStmt
impl Clone for DropOwnedStmt
source§fn clone(&self) -> DropOwnedStmt
fn clone(&self) -> DropOwnedStmt
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 DropOwnedStmt
impl Debug for DropOwnedStmt
source§impl Default for DropOwnedStmt
impl Default for DropOwnedStmt
source§impl Display for DropOwnedStmt
impl Display for DropOwnedStmt
source§impl PgNode for DropOwnedStmt
impl PgNode for DropOwnedStmt
source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more