pub struct DynamicPool { /* private fields */ }Expand description
Interns unique strings and assigns each a u16 index. Index 0 is reserved as null.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DynamicPool
impl RefUnwindSafe for DynamicPool
impl Send for DynamicPool
impl Sync for DynamicPool
impl Unpin for DynamicPool
impl UnsafeUnpin for DynamicPool
impl UnwindSafe for DynamicPool
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