pub struct Blocking<C, P> { /* private fields */ }
Auto Trait Implementations§
impl<C, P> RefUnwindSafe for Blocking<C, P>where
C: RefUnwindSafe,
P: RefUnwindSafe,
impl<C, P> Send for Blocking<C, P>
impl<C, P> Sync for Blocking<C, P>
impl<C, P> Unpin for Blocking<C, P>
impl<C, P> UnwindSafe for Blocking<C, P>where
C: UnwindSafe,
P: 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