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