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