pub struct Handler<'h, T>(/* private fields */);Expand description
Handler that is used to handle task’s result.
Implementations§
Auto Trait Implementations§
impl<'h, T> Freeze for Handler<'h, T>
impl<'h, T> !RefUnwindSafe for Handler<'h, T>
impl<'h, T> !Send for Handler<'h, T>
impl<'h, T> !Sync for Handler<'h, T>
impl<'h, T> Unpin for Handler<'h, T>
impl<'h, T> !UnwindSafe for Handler<'h, T>
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