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