#[repr(C)]pub struct NamedTuplestoreScanState {
pub ss: ScanState,
pub readptr: c_int,
pub tupdesc: TupleDesc,
pub relation: *mut Tuplestorestate,
}
Fields§
§ss: ScanState
§readptr: c_int
§tupdesc: TupleDesc
§relation: *mut Tuplestorestate
Trait Implementations§
Source§impl Clone for NamedTuplestoreScanState
impl Clone for NamedTuplestoreScanState
Source§fn clone(&self) -> NamedTuplestoreScanState
fn clone(&self) -> NamedTuplestoreScanState
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 NamedTuplestoreScanState
impl Debug for NamedTuplestoreScanState
Source§impl Default for NamedTuplestoreScanState
impl Default for NamedTuplestoreScanState
Source§impl Display for NamedTuplestoreScanState
impl Display for NamedTuplestoreScanState
Source§impl PgNode for NamedTuplestoreScanState
impl PgNode for NamedTuplestoreScanState
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy for NamedTuplestoreScanState
Auto Trait Implementations§
impl Freeze for NamedTuplestoreScanState
impl RefUnwindSafe for NamedTuplestoreScanState
impl !Send for NamedTuplestoreScanState
impl !Sync for NamedTuplestoreScanState
impl Unpin for NamedTuplestoreScanState
impl UnwindSafe for NamedTuplestoreScanState
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