Struct tblgen::raw::TableGenRecordMapIterator
source · #[repr(C)]pub struct TableGenRecordMapIterator { /* private fields */ }
Trait Implementations§
source§impl Clone for TableGenRecordMapIterator
impl Clone for TableGenRecordMapIterator
source§fn clone(&self) -> TableGenRecordMapIterator
fn clone(&self) -> TableGenRecordMapIterator
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 TableGenRecordMapIterator
impl Debug for TableGenRecordMapIterator
impl Copy for TableGenRecordMapIterator
Auto Trait Implementations§
impl RefUnwindSafe for TableGenRecordMapIterator
impl Send for TableGenRecordMapIterator
impl Sync for TableGenRecordMapIterator
impl Unpin for TableGenRecordMapIterator
impl UnwindSafe for TableGenRecordMapIterator
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