Struct edge_http::io::server::TaskHandlerAdaptor
source · pub struct TaskHandlerAdaptor<H>(/* private fields */);Implementations§
source§impl<H> TaskHandlerAdaptor<H>
impl<H> TaskHandlerAdaptor<H>
Trait Implementations§
source§impl<H> From<H> for TaskHandlerAdaptor<H>
impl<H> From<H> for TaskHandlerAdaptor<H>
Auto Trait Implementations§
impl<H> Freeze for TaskHandlerAdaptor<H>where
H: Freeze,
impl<H> RefUnwindSafe for TaskHandlerAdaptor<H>where
H: RefUnwindSafe,
impl<H> Send for TaskHandlerAdaptor<H>where
H: Send,
impl<H> Sync for TaskHandlerAdaptor<H>where
H: Sync,
impl<H> Unpin for TaskHandlerAdaptor<H>where
H: Unpin,
impl<H> UnwindSafe for TaskHandlerAdaptor<H>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