pub struct ObjPool<T>where
T: Sized,{ /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> !Freeze for ObjPool<T>
impl<T> !RefUnwindSafe for ObjPool<T>
impl<T> Send for ObjPool<T>where
T: Send,
impl<T> !Sync for ObjPool<T>
impl<T> Unpin for ObjPool<T>
impl<T> UnwindSafe for ObjPool<T>where
T: UnwindSafe,
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