[][src]Struct postgres_parser::sys::A_Star

#[repr(C)]pub struct A_Star {
    pub type_: NodeTag,
}

A_Star '*' representing all columns of a table or compound field

This can appear within ColumnRef.fields, A_Indirection.indirection, and ResTarget.indirection lists.

Fields

type_: NodeTag

Trait Implementations

impl Debug for A_Star[src]

impl Default for A_Star[src]

impl Eq for A_Star[src]

impl Hash for A_Star[src]

impl PartialEq<A_Star> for A_Star[src]

impl StructuralEq for A_Star[src]

impl StructuralPartialEq for A_Star[src]

Auto Trait Implementations

impl RefUnwindSafe for A_Star

impl Send for A_Star

impl Sync for A_Star

impl Unpin for A_Star

impl UnwindSafe for A_Star

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.