[−][src]Struct postgres_parser::sys::AlterTSConfigurationStmt
Fields
type_: NodeTagkind: AlterTSConfigTypecfgname: *mut ListALTER_TSCONFIG_ADD_MAPPING, etc
tokentype: *mut Listdicts will be nonNIL if ADD/ALTER MAPPING was specified. If dicts is NIL, but tokentype isn't, DROP MAPPING was specified.
dicts: *mut Listlist of Value strings
override_: boollist of list of Value strings
replace: boolif true remove old variant
missing_ok: boolif true replace dictionary by another
Trait Implementations
impl Debug for AlterTSConfigurationStmt[src]
impl Default for AlterTSConfigurationStmt[src]
impl Eq for AlterTSConfigurationStmt[src]
impl Hash for AlterTSConfigurationStmt[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<AlterTSConfigurationStmt> for AlterTSConfigurationStmt[src]
fn eq(&self, other: &AlterTSConfigurationStmt) -> bool[src]
fn ne(&self, other: &AlterTSConfigurationStmt) -> bool[src]
impl StructuralEq for AlterTSConfigurationStmt[src]
impl StructuralPartialEq for AlterTSConfigurationStmt[src]
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
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,