pub struct SyncPerform<C>{ /* private fields */ }
Expand description
The SyncPerform struct is the result when calling blocking() function to signify the end of the builder. The main job of this is to perform the Curl in blocking fashion.
Implementations§
Source§impl<C> SyncPerform<C>
impl<C> SyncPerform<C>
Auto Trait Implementations§
impl<C> Freeze for SyncPerform<C>
impl<C> !RefUnwindSafe for SyncPerform<C>
impl<C> Send for SyncPerform<C>
impl<C> !Sync for SyncPerform<C>
impl<C> Unpin for SyncPerform<C>
impl<C> UnwindSafe for SyncPerform<C>where
C: UnwindSafe,
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