Struct pgx_pg_sys::RangeTableFuncCol
source · [−]#[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_: NodeTagcolname: *mut c_chartypeName: *mut TypeNamefor_ordinality: boolis_not_null: boolcolexpr: *mut Nodecoldefexpr: *mut Nodelocation: c_intTrait Implementations
sourceimpl Clone for RangeTableFuncCol
impl Clone for RangeTableFuncCol
sourcefn clone(&self) -> RangeTableFuncCol
fn clone(&self) -> RangeTableFuncCol
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for RangeTableFuncCol
impl Debug for RangeTableFuncCol
sourceimpl Default for RangeTableFuncCol
impl Default for RangeTableFuncCol
sourceimpl Display for RangeTableFuncCol
impl Display for RangeTableFuncCol
sourceimpl PgNode for RangeTableFuncCol
impl PgNode for RangeTableFuncCol
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for RangeTableFuncCol
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more