#[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: OidTrait Implementations§
Source§impl Clone for FieldSelect
impl Clone for FieldSelect
Source§fn clone(&self) -> FieldSelect
fn clone(&self) -> FieldSelect
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FieldSelect
Source§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
Auto Trait Implementations§
impl !Send for FieldSelect
impl !Sync for FieldSelect
impl Freeze for FieldSelect
impl RefUnwindSafe for FieldSelect
impl Unpin for FieldSelect
impl UnsafeUnpin 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