pub struct CurlBuilder { /* private fields */ }Expand description
Helper for building cURL commands
Implementations§
Source§impl CurlBuilder
impl CurlBuilder
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CurlBuilder
impl RefUnwindSafe for CurlBuilder
impl Send for CurlBuilder
impl Sync for CurlBuilder
impl Unpin for CurlBuilder
impl UnwindSafe for CurlBuilder
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