pub struct Request<H: Handler + Debug + Send + 'static>(/* private fields */);
Expand description
This contains the Easy2 object and a oneshot sender channel when passing into the background task to perform Curl asynchronously.
Trait Implementations§
Auto Trait Implementations§
impl<H> Freeze for Request<H>
impl<H> !RefUnwindSafe for Request<H>
impl<H> Send for Request<H>
impl<H> !Sync for Request<H>
impl<H> Unpin for Request<H>
impl<H> !UnwindSafe for Request<H>
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