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