Struct wasmtime_wasi_http::struct::ActiveResponse
source · pub struct ActiveResponse {
pub id: u32,
pub active_response: bool,
pub status: u16,
pub body: u32,
pub response_headers: HashMap<String, Vec<Vec<u8>>>,
pub trailers: u32,
}
Fields§
§id: u32
§active_response: bool
§status: u16
§body: u32
§response_headers: HashMap<String, Vec<Vec<u8>>>
§trailers: u32
Implementations§
Trait Implementations§
source§impl Clone for ActiveResponse
impl Clone for ActiveResponse
source§fn clone(&self) -> ActiveResponse
fn clone(&self) -> ActiveResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ActiveResponse
impl Send for ActiveResponse
impl Sync for ActiveResponse
impl Unpin for ActiveResponse
impl UnwindSafe for ActiveResponse
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