#[repr(C)]pub struct RangeTableFuncCol {
pub type_: NodeTag,
pub colname: *mut c_char,
pub typeName: *mut TypeName,
pub for_ordinality: bool,
pub is_not_null: bool,
pub colexpr: *mut Node,
pub coldefexpr: *mut Node,
pub location: c_int,
}
Fields§
§type_: NodeTag
§colname: *mut c_char
§typeName: *mut TypeName
§for_ordinality: bool
§is_not_null: bool
§colexpr: *mut Node
§coldefexpr: *mut Node
§location: c_int
Trait Implementations§
Source§impl Clone for RangeTableFuncCol
impl Clone for RangeTableFuncCol
Source§fn clone(&self) -> RangeTableFuncCol
fn clone(&self) -> RangeTableFuncCol
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RangeTableFuncCol
impl Debug for RangeTableFuncCol
Source§impl Default for RangeTableFuncCol
impl Default for RangeTableFuncCol
Source§impl Display for RangeTableFuncCol
impl Display for RangeTableFuncCol
Source§impl PgNode for RangeTableFuncCol
impl PgNode for RangeTableFuncCol
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for RangeTableFuncCol
Auto Trait Implementations§
impl Freeze for RangeTableFuncCol
impl RefUnwindSafe for RangeTableFuncCol
impl !Send for RangeTableFuncCol
impl !Sync for RangeTableFuncCol
impl Unpin for RangeTableFuncCol
impl UnwindSafe for RangeTableFuncCol
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more