pub struct HttpHandler {}
Expand description
HTTP client handler for ai.httpGet, ai.httpPost functions (placeholder)
Implementations§
Source§impl HttpHandler
impl HttpHandler
Auto Trait Implementations§
impl Freeze for HttpHandler
impl RefUnwindSafe for HttpHandler
impl Send for HttpHandler
impl Sync for HttpHandler
impl Unpin for HttpHandler
impl UnwindSafe for HttpHandler
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