#[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: Expr
§arg: *mut Expr
§fieldnum: AttrNumber
§resulttype: Oid
§resulttypmod: int32
§resultcollid: Oid
Trait Implementations§
Source§impl Clone for FieldSelect
impl Clone for FieldSelect
Source§fn clone(&self) -> FieldSelect
fn clone(&self) -> FieldSelect
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 FieldSelect
impl Debug for FieldSelect
Source§impl Default for FieldSelect
impl Default for FieldSelect
Source§impl Display for FieldSelect
impl Display for FieldSelect
Source§impl PgNode for FieldSelect
impl PgNode for FieldSelect
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for FieldSelect
Auto Trait Implementations§
impl Freeze for FieldSelect
impl RefUnwindSafe for FieldSelect
impl !Send for FieldSelect
impl !Sync for FieldSelect
impl Unpin for FieldSelect
impl UnwindSafe for FieldSelect
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