pub struct Pool { /* private fields */ }Expand description
String pool
Implementations§
source§impl Pool
impl Pool
sourcepub fn get_static_pool() -> Self
pub fn get_static_pool() -> Self
Get a handle to a special static string pool which is never dropped, like its content.
Trait Implementations§
Auto Trait Implementations§
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