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