#[repr(C)]pub struct AlterTSConfigurationStmt {
pub type_: NodeTag,
pub kind: Type,
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: Type
§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
impl Copy for AlterTSConfigurationStmt
Auto Trait Implementations§
impl Freeze for AlterTSConfigurationStmt
impl RefUnwindSafe for AlterTSConfigurationStmt
impl !Send for AlterTSConfigurationStmt
impl !Sync for AlterTSConfigurationStmt
impl Unpin for AlterTSConfigurationStmt
impl UnwindSafe for AlterTSConfigurationStmt
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more