pub struct BagPool<R: Reclaim + 'static>(/* private fields */);Expand description
A pool for storing and recycling no longer used BagNodes of a thread.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<R> !RefUnwindSafe for BagPool<R>
impl<R> !Send for BagPool<R>
impl<R> !Sync for BagPool<R>
impl<R> !UnwindSafe for BagPool<R>
impl<R> Freeze for BagPool<R>
impl<R> Unpin for BagPool<R>
impl<R> UnsafeUnpin for BagPool<R>
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