pub struct StringTable { /* private fields */ }Expand description
Holds unique strings and provides StringIds that correspond to the order that the strings were inserted.
Implementations§
Trait Implementations§
Source§impl Default for StringTable
impl Default for StringTable
Source§impl IntoLendingIterator for StringTable
impl IntoLendingIterator for StringTable
type Iter = StringTableIter
fn into_lending_iter(self) -> Self::Iter
Auto Trait Implementations§
impl !Freeze for StringTable
impl !RefUnwindSafe for StringTable
impl Send for StringTable
impl !Sync for StringTable
impl Unpin for StringTable
impl !UnwindSafe for StringTable
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