Struct wasmtime_wasi_http::http::Http
source · pub struct Http { /* private fields */ }
Implementations§
source§impl Http
impl Http
pub fn new(__exports: &mut ExportInstance<'_, '_>) -> Result<Http>
pub fn call_handle<S: AsContextMut>( &self, store: S, arg0: IncomingRequest, arg1: ResponseOutparam ) -> Result<()>
Auto Trait Implementations§
impl RefUnwindSafe for Http
impl Send for Http
impl Sync for Http
impl Unpin for Http
impl UnwindSafe for Http
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