pub struct TableTypeIndexer<'ast> {
pub index_type: Type<'ast>,
pub result_type: Type<'ast>,
pub location: Location,
pub access: TableAccess,
pub access_location: Option<Location>,
}Fields§
§index_type: Type<'ast>§result_type: Type<'ast>§location: Location§access: TableAccess§access_location: Option<Location>Trait Implementations§
Source§impl<'ast> Clone for TableTypeIndexer<'ast>
impl<'ast> Clone for TableTypeIndexer<'ast>
Source§fn clone(&self) -> TableTypeIndexer<'ast>
fn clone(&self) -> TableTypeIndexer<'ast>
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<'ast> Copy for TableTypeIndexer<'ast>
Source§impl<'ast> Debug for TableTypeIndexer<'ast>
impl<'ast> Debug for TableTypeIndexer<'ast>
Source§impl<'ast> PartialEq for TableTypeIndexer<'ast>
impl<'ast> PartialEq for TableTypeIndexer<'ast>
impl<'ast> StructuralPartialEq for TableTypeIndexer<'ast>
Auto Trait Implementations§
impl<'ast> !Send for TableTypeIndexer<'ast>
impl<'ast> !Sync for TableTypeIndexer<'ast>
impl<'ast> Freeze for TableTypeIndexer<'ast>
impl<'ast> RefUnwindSafe for TableTypeIndexer<'ast>
impl<'ast> Unpin for TableTypeIndexer<'ast>
impl<'ast> UnsafeUnpin for TableTypeIndexer<'ast>
impl<'ast> UnwindSafe for TableTypeIndexer<'ast>
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