pub struct PoolAllocator { /* private fields */ }Expand description
Global pool allocator
Auto Trait Implementations§
impl Freeze for PoolAllocator
impl RefUnwindSafe for PoolAllocator
impl Send for PoolAllocator
impl Sync for PoolAllocator
impl Unpin for PoolAllocator
impl UnwindSafe for PoolAllocator
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