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