pub struct CurlTool { /* private fields */ }
Expand description
Secure HTTP fetch tool with aggressive validation
Implementations§
Trait Implementations§
Source§impl Tool for CurlTool
impl Tool for CurlTool
Auto Trait Implementations§
impl Freeze for CurlTool
impl !RefUnwindSafe for CurlTool
impl Send for CurlTool
impl Sync for CurlTool
impl Unpin for CurlTool
impl !UnwindSafe for CurlTool
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