pub struct StatePool { /* private fields */ }Expand description
Lazy state pool with DashMap for on-demand allocation
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for StatePool
impl Freeze for StatePool
impl Send for StatePool
impl Sync for StatePool
impl Unpin for StatePool
impl UnsafeUnpin for StatePool
impl UnwindSafe for StatePool
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