pub struct HttpHandler(/* private fields */);
Expand description
The required trait used by tus_async_client::Client
to represent a handler to execute HttpRequest
s.
Implementations§
Auto Trait Implementations§
impl Freeze for HttpHandler
impl !RefUnwindSafe for HttpHandler
impl Send for HttpHandler
impl Sync for HttpHandler
impl Unpin for HttpHandler
impl !UnwindSafe for HttpHandler
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