pub struct TableIndexer {
pub index_type: TypeId,
pub index_result_type: TypeId,
pub is_read_only: bool,
}Fields§
§index_type: TypeId§index_result_type: TypeId§is_read_only: boolTrait Implementations§
Source§impl Clone for TableIndexer
impl Clone for TableIndexer
Source§fn clone(&self) -> TableIndexer
fn clone(&self) -> TableIndexer
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TableIndexer
Source§impl Debug for TableIndexer
impl Debug for TableIndexer
impl Eq for TableIndexer
Source§impl Hash for TableIndexer
impl Hash for TableIndexer
Source§impl PartialEq for TableIndexer
impl PartialEq for TableIndexer
Source§fn eq(&self, other: &TableIndexer) -> bool
fn eq(&self, other: &TableIndexer) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Send for TableIndexer
impl StructuralPartialEq for TableIndexer
impl Sync for TableIndexer
Auto Trait Implementations§
impl Freeze for TableIndexer
impl RefUnwindSafe for TableIndexer
impl Unpin for TableIndexer
impl UnsafeUnpin for TableIndexer
impl UnwindSafe for TableIndexer
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