[][src]Struct pgx_pg_sys::CreateOpClassItem

#[repr(C)]pub struct CreateOpClassItem {
    pub type_: NodeTag,
    pub itemtype: c_int,
    pub name: *mut ObjectWithArgs,
    pub number: c_int,
    pub order_family: *mut List,
    pub class_args: *mut List,
    pub storedtype: *mut TypeName,
}

Fields

type_: NodeTagitemtype: c_intname: *mut ObjectWithArgsnumber: c_intorder_family: *mut Listclass_args: *mut Liststoredtype: *mut TypeName

Trait Implementations

impl Clone for CreateOpClassItem[src]

impl Copy for CreateOpClassItem[src]

impl Debug for CreateOpClassItem[src]

impl Default for CreateOpClassItem[src]

impl Display for CreateOpClassItem[src]

impl PgNode for CreateOpClassItem[src]

type NodeType = CreateOpClassItem

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> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[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.