Struct pgx_pg_sys::FieldSelect
source · [−]#[repr(C)]pub struct FieldSelect {
pub xpr: Expr,
pub arg: *mut Expr,
pub fieldnum: AttrNumber,
pub resulttype: Oid,
pub resulttypmod: int32,
pub resultcollid: Oid,
}Fields
xpr: Exprarg: *mut Exprfieldnum: AttrNumberresulttype: Oidresulttypmod: int32resultcollid: OidTrait Implementations
sourceimpl Clone for FieldSelect
impl Clone for FieldSelect
sourcefn clone(&self) -> FieldSelect
fn clone(&self) -> FieldSelect
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 FieldSelect
impl Debug for FieldSelect
sourceimpl Default for FieldSelect
impl Default for FieldSelect
sourceimpl Display for FieldSelect
impl Display for FieldSelect
sourceimpl PgNode for FieldSelect
impl PgNode for FieldSelect
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for FieldSelect
Auto Trait Implementations
impl RefUnwindSafe for FieldSelect
impl !Send for FieldSelect
impl !Sync for FieldSelect
impl Unpin for FieldSelect
impl UnwindSafe for FieldSelect
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