pub struct StringTableIter { /* private fields */ }Expand description
A LendingIterator for a StringTable. Make one by calling StringTable::into_lending_iter.
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for StringTableIter
impl !RefUnwindSafe for StringTableIter
impl Send for StringTableIter
impl !Sync for StringTableIter
impl Unpin for StringTableIter
impl !UnwindSafe for StringTableIter
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