pub struct PoolGuard<T: Send + 'static> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for PoolGuard<T>where
T: Freeze,
impl<T> !RefUnwindSafe for PoolGuard<T>
impl<T> Send for PoolGuard<T>
impl<T> Sync for PoolGuard<T>where
T: Sync,
impl<T> Unpin for PoolGuard<T>where
T: Unpin,
impl<T> !UnwindSafe for PoolGuard<T>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T, A> DynAccess<T> for A
impl<T, A> DynAccess<T> for A
Source§fn load(&self) -> DynGuard<T>
fn load(&self) -> DynGuard<T>
The equivalent of
Access::load.