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