pub struct HttpTaskHandler { /* private fields */ }Implementations§
Trait Implementations§
Source§impl TaskHandler for HttpTaskHandler
impl TaskHandler for HttpTaskHandler
Auto Trait Implementations§
impl Freeze for HttpTaskHandler
impl !RefUnwindSafe for HttpTaskHandler
impl Send for HttpTaskHandler
impl Sync for HttpTaskHandler
impl Unpin for HttpTaskHandler
impl !UnwindSafe for HttpTaskHandler
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