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