pub struct Pool<const P: usize = 1> { /* private fields */ }Expand description
String pool
Implementations§
Trait Implementations§
impl<const P: usize> Send for Pool<P>
impl<const P: usize> Sync for Pool<P>
Auto Trait Implementations§
impl<const P: usize> Freeze for Pool<P>
impl<const P: usize> RefUnwindSafe for Pool<P>
impl<const P: usize> Unpin for Pool<P>
impl<const P: usize> UnwindSafe for Pool<P>
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