pub struct POOL_ctx { /* private fields */ }Auto Trait Implementations§
impl !Freeze for POOL_ctx
impl !RefUnwindSafe for POOL_ctx
impl !Send for POOL_ctx
impl !Sync for POOL_ctx
impl !UnwindSafe for POOL_ctx
impl Unpin for POOL_ctx
impl UnsafeUnpin for POOL_ctx
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