Struct curl_http_client::http_client::PerformAsync
source · pub struct PerformAsync;
Expand description
Proceed to perform async state
Auto Trait Implementations§
impl RefUnwindSafe for PerformAsync
impl Send for PerformAsync
impl Sync for PerformAsync
impl Unpin for PerformAsync
impl UnwindSafe for PerformAsync
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