#[repr(C)]pub struct FieldStore {
pub xpr: Expr,
pub arg: *mut Expr,
pub newvals: *mut List,
pub fieldnums: *mut List,
pub resulttype: Oid,
}
Fields§
§xpr: Expr
§arg: *mut Expr
§newvals: *mut List
§fieldnums: *mut List
§resulttype: Oid
Trait Implementations§
Source§impl Clone for FieldStore
impl Clone for FieldStore
Source§fn clone(&self) -> FieldStore
fn clone(&self) -> FieldStore
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 FieldStore
impl Debug for FieldStore
Source§impl Default for FieldStore
impl Default for FieldStore
Source§impl Display for FieldStore
impl Display for FieldStore
Source§impl PgNode for FieldStore
impl PgNode for FieldStore
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for FieldStore
Auto Trait Implementations§
impl Freeze for FieldStore
impl RefUnwindSafe for FieldStore
impl !Send for FieldStore
impl !Sync for FieldStore
impl Unpin for FieldStore
impl UnwindSafe for FieldStore
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