[−][src]Struct postgres_parser::nodes::RangeTableFuncCol
RangeTableFuncCol one column in a RangeTableFunc>columns
If for_ordinality is true (FOR ORDINALITY), then the column is an int4 column and the rest of the fields are ignored.
Fields
colname: Option<String>
typeName: Option<Box<TypeName>>
for_ordinality: bool
is_not_null: bool
colexpr: Option<Box<Node>>
coldefexpr: Option<Box<Node>>
location: i32
Trait Implementations
impl Debug for RangeTableFuncCol
[src][+]
impl<'de> Deserialize<'de> for RangeTableFuncCol
[src][+]
impl Eq for RangeTableFuncCol
[src]
impl PartialEq<RangeTableFuncCol> for RangeTableFuncCol
[src][+]
impl Serialize for RangeTableFuncCol
[src][+]
impl StructuralEq for RangeTableFuncCol
[src]
impl StructuralPartialEq for RangeTableFuncCol
[src]
Auto Trait Implementations
impl RefUnwindSafe for RangeTableFuncCol
impl Send for RangeTableFuncCol
impl Sync for RangeTableFuncCol
impl Unpin for RangeTableFuncCol
impl UnwindSafe for RangeTableFuncCol
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,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
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>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,