pub struct NoMemPoolGuard { /* private fields */ }Expand description
RAII guard to temporarily disable pool usage (force system allocation) in this thread.
Implementations§
Trait Implementations§
Source§impl Default for NoMemPoolGuard
impl Default for NoMemPoolGuard
Auto Trait Implementations§
impl Freeze for NoMemPoolGuard
impl RefUnwindSafe for NoMemPoolGuard
impl Send for NoMemPoolGuard
impl Sync for NoMemPoolGuard
impl Unpin for NoMemPoolGuard
impl UnwindSafe for NoMemPoolGuard
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