Struct pgx_pg_sys::MinimalTupleTableSlot
source · [−]#[repr(C)]pub struct MinimalTupleTableSlot {
pub base: TupleTableSlot,
pub tuple: HeapTuple,
pub mintuple: MinimalTuple,
pub minhdr: HeapTupleData,
pub off: uint32,
}Fields
base: TupleTableSlottuple: HeapTuplemintuple: MinimalTupleminhdr: HeapTupleDataoff: uint32Trait Implementations
sourceimpl Clone for MinimalTupleTableSlot
impl Clone for MinimalTupleTableSlot
sourcefn clone(&self) -> MinimalTupleTableSlot
fn clone(&self) -> MinimalTupleTableSlot
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 MinimalTupleTableSlot
impl Debug for MinimalTupleTableSlot
sourceimpl Default for MinimalTupleTableSlot
impl Default for MinimalTupleTableSlot
sourceimpl Display for MinimalTupleTableSlot
impl Display for MinimalTupleTableSlot
sourceimpl PgNode for MinimalTupleTableSlot
impl PgNode for MinimalTupleTableSlot
sourcefn display_node(&self) -> String
fn display_node(&self) -> String
Format this node
impl Copy for MinimalTupleTableSlot
Auto Trait Implementations
impl RefUnwindSafe for MinimalTupleTableSlot
impl !Send for MinimalTupleTableSlot
impl !Sync for MinimalTupleTableSlot
impl Unpin for MinimalTupleTableSlot
impl UnwindSafe for MinimalTupleTableSlot
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