#[repr(C)]pub struct MinimalTupleTableSlot {
pub base: TupleTableSlot,
pub tuple: HeapTuple,
pub mintuple: MinimalTuple,
pub minhdr: HeapTupleData,
pub off: uint32,
}
Fields§
§base: TupleTableSlot
§tuple: HeapTuple
§mintuple: MinimalTuple
§minhdr: HeapTupleData
§off: uint32
Trait Implementations§
Source§impl Clone for MinimalTupleTableSlot
impl Clone for MinimalTupleTableSlot
Source§fn clone(&self) -> MinimalTupleTableSlot
fn clone(&self) -> MinimalTupleTableSlot
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 MinimalTupleTableSlot
impl Debug for MinimalTupleTableSlot
Source§impl Default for MinimalTupleTableSlot
impl Default for MinimalTupleTableSlot
Source§impl Display for MinimalTupleTableSlot
impl Display for MinimalTupleTableSlot
Source§impl PgNode for MinimalTupleTableSlot
impl PgNode for MinimalTupleTableSlot
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for MinimalTupleTableSlot
Auto Trait Implementations§
impl Freeze for MinimalTupleTableSlot
impl RefUnwindSafe for MinimalTupleTableSlot
impl !Send for MinimalTupleTableSlot
impl !Sync for MinimalTupleTableSlot
impl Unpin for MinimalTupleTableSlot
impl UnwindSafe for MinimalTupleTableSlot
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