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