[][src]Struct postgres_parser::sys::AlterTSDictionaryStmt

#[repr(C)]pub struct AlterTSDictionaryStmt {
    pub type_: NodeTag,
    pub dictname: *mut List,
    pub options: *mut List,
}

TS Dictionary stmts: DefineStmt, RenameStmt and DropStmt are default

Fields

type_: NodeTagdictname: *mut Listoptions: *mut List

qualified name (list of Value strings)

Trait Implementations

impl Debug for AlterTSDictionaryStmt[src]

impl Default for AlterTSDictionaryStmt[src]

impl Eq for AlterTSDictionaryStmt[src]

impl Hash for AlterTSDictionaryStmt[src]

impl PartialEq<AlterTSDictionaryStmt> for AlterTSDictionaryStmt[src]

impl StructuralEq for AlterTSDictionaryStmt[src]

impl StructuralPartialEq for AlterTSDictionaryStmt[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.