Struct pgx_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_: NodeTagkind: AlterTSConfigTypecfgname: *mut Listtokentype: *mut Listdicts: *mut Listoverride_: boolreplace: boolmissing_ok: boolTrait Implementations
sourceimpl Clone for AlterTSConfigurationStmt
impl Clone for AlterTSConfigurationStmt
sourcefn clone(&self) -> AlterTSConfigurationStmt
fn clone(&self) -> AlterTSConfigurationStmt
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlterTSConfigurationStmt
impl Debug for AlterTSConfigurationStmt
sourceimpl Default for AlterTSConfigurationStmt
impl Default for AlterTSConfigurationStmt
sourceimpl Display for AlterTSConfigurationStmt
impl Display for AlterTSConfigurationStmt
sourceimpl PgNode for AlterTSConfigurationStmt
impl PgNode for AlterTSConfigurationStmt
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for AlterTSConfigurationStmt
Auto Trait Implementations
impl RefUnwindSafe for AlterTSConfigurationStmt
impl !Send for AlterTSConfigurationStmt
impl !Sync for AlterTSConfigurationStmt
impl Unpin for AlterTSConfigurationStmt
impl UnwindSafe for AlterTSConfigurationStmt
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more