Struct embedded_svc::utils::asyncify::BlockingUnblocker
source · pub struct BlockingUnblocker(/* private fields */);
Implementations§
Trait Implementations§
source§impl Clone for BlockingUnblocker
impl Clone for BlockingUnblocker
source§fn clone(&self) -> BlockingUnblocker
fn clone(&self) -> BlockingUnblocker
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Unblocker for BlockingUnblocker
impl Unblocker for BlockingUnblocker
type UnblockFuture<'a, F, T> = BlockingFuture<'a, T> where Self: 'a, F: Send + 'a, T: Send + 'a
fn unblock<'a, F, T>(&'a self, f: F) -> Self::UnblockFuture<'a, F, T>
Auto Trait Implementations§
impl RefUnwindSafe for BlockingUnblocker
impl Send for BlockingUnblocker
impl Sync for BlockingUnblocker
impl Unpin for BlockingUnblocker
impl UnwindSafe for BlockingUnblocker
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