Struct wasmtime_wasi_http::struct::ActiveFuture
source · pub struct ActiveFuture {
pub id: u32,
pub request_id: u32,
pub options: Option<RequestOptions>,
}
Fields§
§id: u32
§request_id: u32
§options: Option<RequestOptions>
Implementations§
source§impl ActiveFuture
impl ActiveFuture
Trait Implementations§
source§impl Clone for ActiveFuture
impl Clone for ActiveFuture
source§fn clone(&self) -> ActiveFuture
fn clone(&self) -> ActiveFuture
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 ActiveFuture
impl Send for ActiveFuture
impl Sync for ActiveFuture
impl Unpin for ActiveFuture
impl UnwindSafe for ActiveFuture
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