Struct pgx_pg_sys::IndexFetchTableData
source · [−]#[repr(C)]pub struct IndexFetchTableData {
pub rel: Relation,
}Fields
rel: RelationTrait Implementations
sourceimpl Clone for IndexFetchTableData
impl Clone for IndexFetchTableData
sourcefn clone(&self) -> IndexFetchTableData
fn clone(&self) -> IndexFetchTableData
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 IndexFetchTableData
impl Debug for IndexFetchTableData
sourceimpl Default for IndexFetchTableData
impl Default for IndexFetchTableData
impl Copy for IndexFetchTableData
Auto Trait Implementations
impl RefUnwindSafe for IndexFetchTableData
impl !Send for IndexFetchTableData
impl !Sync for IndexFetchTableData
impl Unpin for IndexFetchTableData
impl UnwindSafe for IndexFetchTableData
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