pub struct HttpGet { /* private fields */ }Expand description
A tool that makes a single HTTP GET request.
Declared cost: 10 units (charged only on success).
Timeout: 5000ms by default, configurable via with_timeout.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HttpGet
impl RefUnwindSafe for HttpGet
impl Send for HttpGet
impl Sync for HttpGet
impl Unpin for HttpGet
impl UnsafeUnpin for HttpGet
impl UnwindSafe for HttpGet
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